Creating pickups @ your location.
#2

Код:
if(strcmp(cmd, "/pickup", true) == 0)
{
    new Float:x, Float:y, Float:z;
    GetPlayerPos(playerid, x,y,z);
    AddStaticPickup(1277, 1, x, y, z, 0);
    return 1;
}
Reply


Messages In This Thread
Creating pickups @ your location. - by GangsTa_ - 02.06.2011, 17:43
Re: Creating pickups @ your location. - by PrawkC - 02.06.2011, 17:50
Re: Creating pickups @ your location. - by GangsTa_ - 02.06.2011, 17:51

Forum Jump:


Users browsing this thread: 2 Guest(s)