Search Results
pawn Код: CMD:setskin(playerid, params[]){    new pID, value;    if(PlayerInfo[playerid][pAdmin] >= 2) return 0;    else if(sscanf(params, "ui", pID, value)) return SendClientMessage(play...
203
Quote: Originally Posted by Stanford pawn Код: CMD:setskin(playerid, params[]){    new pID, value;    if(PlayerInfo[playerid][pAdmin] <= 2) return 1; // if the admin is level 2 ...
203
Thanks for the help but none of the suggestions have helped at all. There is no message whenever I enter the command, all others commands work just fine.
203
So this CMD is not giving me any errors, yet for some reason when I do it IG nothing at all comes up. Not quite sure why, although I'm sure it's something really obvious and I'm just oblivious. paw...
203
Quote: Originally Posted by McBan PHP код: SendClientMessageToAll(-1, COL_WHITE, "WARNING: Saving player accounts...");  Quote: Originally Posted by McBan ...
106
Quote: Originally Posted by McBan PHP код: SendClientMessageToAll(-1, COL_WHITE, "WARNING: Saving player accounts...");  Thank you very much, if I could rep I would. ...
106
Hello, so I set a timer for autosave in "OnGameModeInit" } pawn Код: SetTimer("AutoSave",98000,1); // ******    UsePlayerPedAnims();    SetWeather(9);    EnableStuntBonusForAll(0);    r...
106
I fixed it, I had to add in the "SetSpawnInfo" before "SpawnPlayer(playerid);"
152
Quote: Originally Posted by IceBilizard you need to remove pawn Code: public OnPlayerRequestClass(playerid, classid) OR pawn Code: public SetupPlayerForClassSelection(playerid) from y...
152
Quote: Originally Posted by IceBilizard you need to remove pawn Code: public OnPlayerRequestClass(playerid, classid) OR pawn Code: public SetupPlayerForClassSelection(playerid) from y...
152
Hello, I'm a beginner scripter, I followed Kush's login/account system, and I'm trying to add in a system to skip the class selection screen and just spawn in the player after he/she registered or lo...
152