[AJUDA] Digitar comando de Teleport e Ganhar Paraquedas!
#6

pawn Код:
if(strcmp(cmdtext,"/Paraquedas", true) == 0)
{
new Float:rxx,Float:ryx,Float:rzx;
GetPlayerPos(playerid, rxx, ryx, rzx);
GivePlayerWeapon(playerid, 46, 0);
SetPlayerPos(playerid,rxx, ryx, rzx+1500);
SendClientMessage(playerid, 0xFFFFFFAA, "GO!! GO!! GO!!");
return 1;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)