The choice of class
#1

how to disable interactive selection?
<< Spawn >>
Reply
#2

I believe that spawning the player will prevent from letting that happen
Reply
#3

TogglePlayerSpectating
Reply
#4

Quote:
Originally Posted by zombieking
Посмотреть сообщение
TogglePlayerSpectating
PHP код:
public OnPlayerRequestClass(playeridclassid){
    
TogglePlayerSpectating(playerid0);
    
SetSpawnInfo(playeridplayeridSKIN_MANSpawns[0], Spawns[1], Spawns[2], 0000000);
    
SpawnPlayer(playerid);
    return 
0;

nothing happens
Reply
#5

pawn Код:
TogglePlayerSpectating(playerid, 1);
Reply


Forum Jump:


Users browsing this thread: 4 Guest(s)