Pickup question...
#7

Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
new Float:x,Float:y,Float:z;
if (strcmp("/explode", cmdtext, true, == 0)
{
GetPlayerPos(playerid,x,y,z); //158
CreatePickup(1242, 2, x+2,y,z, -1); //159
}
return 1;
}
this will work
Reply


Messages In This Thread
Pickup question... - by x-unit - 19.07.2010, 16:59
Re: Pickup question... - by Kar - 19.07.2010, 17:09
Re: Pickup question... - by x-unit - 19.07.2010, 17:15
Re: Pickup question... - by tanush - 19.07.2010, 17:17
Re: Pickup question... - by x-unit - 19.07.2010, 17:19
Re: Pickup question... - by Kar - 19.07.2010, 17:20
Re: Pickup question... - by TouR - 19.07.2010, 17:22
Re: Pickup question... - by ReVo_ - 19.07.2010, 17:26
Re: Pickup question... - by Kar - 19.07.2010, 17:28
Re: Pickup question... - by x-unit - 19.07.2010, 17:53

Forum Jump:


Users browsing this thread: 1 Guest(s)