how to make class spawn?
#1

hey guys i made some classes in my script but now i want to make it that each class spawns somewhere else after u chose ur class but how to make this... and i want for the police class a random spawn of the 3 plice departments but how to make this... pls help
Reply
#2

Try:

http://forum.sa-mp.com/showthread.ph...ht=class+spawn

Should help you get started.
Reply
#3

ah and how to make a /reclass command?
Reply
#4

pawn Код:
if(!strcmp(cmdtext, "/reclass", true, 8 ))
{
    ForceClassSelection(playerid);
    SetPlayerHealth(playerid,0);
    SendClientMessage(playerid,-1,"Returning To Class Selection ... Please Wait.");
    return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)