11.08.2012, 21:14
Ok ive created this cmd:
i have 2 things i want to do.
#1 how can i set the pickups id with this cmd (sscanf)
#2 how can i make that the pickups save
pawn Код:
CMD:chouse(playerid, params[])
{
new Float:X, Float:Y, Float:Z;
GetPlayerPos(playerid, X, Y, Z);
CreatePickup(1273, 23, X,Y,Z, -1);
return 1;
}
#1 how can i set the pickups id with this cmd (sscanf)
#2 how can i make that the pickups save