Soap_MacTavish
21/01/2014, 03:03 PM
First: How to make the players run like CJ (cj run style)
Second: How to make a command like /createvehicle [PlayerID] [ModelID] [Color1] [Color2] with 4 space.
Third: Zcmd style likeCMD:Mycommand(playerid, params[])
{
//my command
}didn't work. When I compile it showed: Warning symbol "Mycommand" never used. And it is invalid in the game. I put this code in the end of gamemode of a Role-Play sever.
Forth: How to check whether a player shot by Sniper or something
Thanks a lot :)
Second: How to make a command like /createvehicle [PlayerID] [ModelID] [Color1] [Color2] with 4 space.
Third: Zcmd style likeCMD:Mycommand(playerid, params[])
{
//my command
}didn't work. When I compile it showed: Warning symbol "Mycommand" never used. And it is invalid in the game. I put this code in the end of gamemode of a Role-Play sever.
Forth: How to check whether a player shot by Sniper or something
Thanks a lot :)