Search Results
pawn Код: COMMAND:afk(playerid,params[]){    new string[125];    format(string, sizeof(string),"{2641FEFF} %s is away from keyboard!", PlayerName(playerid));    return 1;}
246
pawn Код: stock GetPlayerFPS(playerid){    SetPVarInt(playerid, "DrunkL", GetPlayerDrunkLevel(playerid));    if(GetPVarInt(playerid, "DrunkL") < 100) SetPlayerDrunkLevel(playerid, 2000);  ...
168
Try to lock the doors ? this is impossible
137
example pawn Код: CMD:warehouse(playerid){  if(IsPlayerAdmin(playerid))   {     SetPlayerPos(playerid,1302.519897,-1.787510,1001.028259);   }else SendClientMessage(playerid,-1,"Only Rcon a...
94
Quote: Originally Posted by Edw the problem is that before when I had the same system as many kb ... what system do you recommend to do a system register / login? MysQL or Y_INI
129
it's not a problem ... i'm sure you are using Y_INI
129
you can't find one ! you have to make one !
97
you can't set timer outside of callback use it like dis pawn Код: new Updater[MAX_PLAYERS];// OnGameModeExit And/Or OnFilterScriptExit();// OnPlayerConnect Stuff.public OnPlayerConnect(playerid){...
101
player need to be logged in
142
many users having problems like this with samp.gs find another one !
169
post ongamemodeinit() codes here ...
123