Little command doesnt work
#2

Quote:
Originally Posted by Mo3
Код:
	if(strcmp(cmd, "/eexit", true) == 0) {
    new Float:pX,Float:pY,Float:pZ;
 		SendPlayerFormattedText(playerid,"::::::::::::::::::::::::::::::::::::::::::::",0);
    SendClientMessage(playerid, COLOR_YELLOW	, "EMERGENCY EXIT activated");
    SendPlayerFormattedText(playerid,"::::::::::::::::::::::::::::::::::::::::::::",0);
 		GetPlayerPos(giveplayerid,pX,pY,pZ);
	  SetPlayerPos(giveplayerid,pX,pY,pZ+20);
	  GivePlayerWeapon(playerid, 46, 1);
	return 1;
  }

Whats wrong?
its like slapping a player .. lol, GetPlayerPos(playerid,pX,pY,pZ);
SetPlayerPos(playerid,pX,pY,pZ+20);
Reply


Messages In This Thread
Little command doesnt work - by Striker_Moe - 06.09.2009, 08:30
Re: Little command doesnt work - by The_Tough - 06.09.2009, 08:35
Re: Little command doesnt work - by Striker_Moe - 06.09.2009, 08:42
Re: Little command doesnt work - by The_Tough - 06.09.2009, 09:08
Re: Little command doesnt work - by Butilka - 06.09.2009, 09:10
Re: Little command doesnt work - by Striker_Moe - 06.09.2009, 09:37
Re: Little command doesnt work - by The_Tough - 06.09.2009, 09:51

Forum Jump:


Users browsing this thread: 1 Guest(s)