How to do these 2 things?
#2

1.
pawn Код:
CMD:veh(playerid, params[])
{
    new car;
    if(!IsPlayerAdmin) return SendClientMessage(playerid, COLOR_RED, "You are not admin!");
    if(sscanf(params, "u",car)) return SendClientMessage(playerid, COLOR_RED, "/veh [carid]");
    SetVehicleToRespawn(car);
    return 1;
}
Reply


Messages In This Thread
How to do these 2 things? - by HazardGaming - 23.04.2012, 19:31
Re: How to do these 2 things? - by Jows - 23.04.2012, 19:43
Re: How to do these 2 things? - by HazardGaming - 23.04.2012, 19:53
Re: How to do these 2 things? - by Jows - 23.04.2012, 20:16
Re: How to do these 2 things? - by HazardGaming - 23.04.2012, 20:21
Re: How to do these 2 things? - by HazardGaming - 23.04.2012, 21:04

Forum Jump:


Users browsing this thread: 1 Guest(s)