11.07.2009, 00:06
Hello
I swear i searched but i found nothin.
Firs i wanna use AutoNos, i just know its a car component, but how to use auto nos like, if player enter car, it gets nos automaticaly except bikes!!
Second, is like puting a info marker on a certain coordinate, or an arrow. Not in map, ingame!
BTW i forgot, how to set 2 pickups, health, and other armor
Dang i forgot one last thing.
After we use a Command, it werks fine, but beneath appears "SERVER:Unknown Command"

What is that
Commands Example:
I swear i searched but i found nothin.
Firs i wanna use AutoNos, i just know its a car component, but how to use auto nos like, if player enter car, it gets nos automaticaly except bikes!!
Second, is like puting a info marker on a certain coordinate, or an arrow. Not in map, ingame!
BTW i forgot, how to set 2 pickups, health, and other armor
Dang i forgot one last thing.
After we use a Command, it werks fine, but beneath appears "SERVER:Unknown Command"

What is that
Commands Example:
Quote:
|
if(strcmp(cmdtext, "/war", true) == 0) if (IsPlayerInAnyVehicle(playerid)) { SetVehiclePos(GetPlayerVehicleID(playerid),153.382 8,1888.4977,18.2910); } else { SetPlayerPos(playerid,153.3828,1888.4977,18.2910); return 1; } |
Quote:
|
if(strcmp(cmdtext, "/help", true) == 0) if (IsPlayerInAnyVehicle(playerid)) { SendClientMessage(playerid, 0xFFFF00AA, "www.argss.tk /teleports /stunts and races /races /vehicles /casino /dm"); } else { SendClientMessage(playerid, 0xFFFF00AA, "www.argss.tk /teleports /stunts and races /races /vehicles /casino /dm"); return 1; } |

