house system
#1

Ok ive created this cmd:

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;
}
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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)