simple change team command
#1

Hey guys,

I need a command (I-ZCMD) which is like: /st and it bring you to the spawn selection ( just like f4 key )

Help me

Thank you
Reply
#2

PHP код:
CMD:class(playeridparams[]) 
{
    
ForceClassSelection(playerid);
    return 
1;

Reply
#3

Based in wiki:

PHP код:
CMD:class(playerid)
{
    
ForceClassSelection(playerid);
    
TogglePlayerSpectating(playeridtrue);
    
TogglePlayerSpectating(playeridfalse);
    return 
1;

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)