deathmatch question
#5

yes dude:

pawn Код:
if(strcmp(cmdtext, "/back", true) == 0)
{
if(BlockCmd[playerid] ==1)
{
SetPlayerPos(playerid, PosX[playerid], PosY[playerid], PosZ[playerid]);
SetPlayerFacingAngle(playerid, PosA[playerid]);
SetCameraBehindPlayer(playerid);
SetPlayerInterior(playerid, PosI[playerid]);
ResetPlayerWeapon(playerid);
BlockCmd[playerid] =0;
}else SendClientMessage(playerid,0xFF0000AA, "[ERROR] You cant use /back because you're not in a dm area");
return 1;
}
Reply


Messages In This Thread
deathmatch question - by smokey104 - 28.05.2009, 14:58
Re: deathmatch question - by farse - 28.05.2009, 15:07
Re: deathmatch question - by smokey104 - 28.05.2009, 15:12
Re: deathmatch question - by smokey104 - 28.05.2009, 15:55
Re: deathmatch question - by farse - 28.05.2009, 16:05
Re: deathmatch question - by smokey104 - 28.05.2009, 16:33
Re: deathmatch question - by farse - 28.05.2009, 16:50
Re: deathmatch question - by smokey104 - 28.05.2009, 17:10
Re: deathmatch question - by smokey104 - 28.05.2009, 18:01
Re: deathmatch question - by Jatoofer - 28.05.2009, 18:24

Forum Jump:


Users browsing this thread: 1 Guest(s)