Pick up problem
#1

pawn Код:
CMD:pickup(playerid, params[]) // temp
{
    new Float:x,Float:y,Float:z;
    GetPlayerPos(playerid,x,y,z);
    AddStaticPickup(1582,1,x,y,z,0);
    printf("AddStaticPickup(1582,1,%d,%d,%d,0);",Float:x,Float:y,Float:z);
    return 1;
}
appears in the logs as..

Код:
[17:22:45] AddStaticPickup(1582,1,-990243889,1124754986,1105710588,0);
[17:23:07] AddStaticPickup(1582,1,-990177427,1124942436,1104957440,0);
How come it's giving me these and not the coordinates that I made the pickup at?
Reply


Messages In This Thread
Pick up problem - by Noles2197 - 24.01.2013, 20:16
Re: Pick up problem - by ReDevilGames - 24.01.2013, 20:21
Re: Pick up problem - by B-Matt - 24.01.2013, 20:24
Re: Pick up problem - by Roach_ - 24.01.2013, 20:34
Re: Pick up problem - by ReDevilGames - 26.01.2013, 17:02

Forum Jump:


Users browsing this thread: 2 Guest(s)