When the player death create pickup
#5

Код:
if(GetPlayerWeapon(playerid) == 31)
{
new Float:X,Float:Y,Float:Z;
GetPlayerPos(playerid,X,Y,Z);
CreatePickup(356,4,X,Y,Z,0);
}
if(GetPlayerWeapon(playerid) == 24)
{
new Float:X,Float:Y,Float:Z;
GetPlayerPos(playerid,X,Y,Z);
CreatePickup(348,4,X+2,Y+2,Z,0);
}
this don't work what's the problem ?
Reply


Messages In This Thread
When the player death create pickup - by IceTea15 - 28.08.2010, 07:16
Re: When the player death create pickup - by [HiC]TheKiller - 28.08.2010, 07:24
Re: When the player death create pickup - by IceTea15 - 28.08.2010, 07:35
Re: When the player death create pickup - by Retardedwolf - 28.08.2010, 07:40
Re: When the player death create pickup - by IceTea15 - 28.08.2010, 07:49
Re: When the player death create pickup - by IceTea15 - 28.08.2010, 09:22
Re: When the player death create pickup - by Claude - 28.08.2010, 09:45

Forum Jump:


Users browsing this thread: 1 Guest(s)