Search Results
pawn Код: COMMAND:afk(playerid,params[]){    new string[125];    format(string, sizeof(string),"{2641FEFF} %s is away from keyboard!", PlayerName(playerid));    return 1;}
380
pawn Код: stock GetPlayerFPS(playerid){    SetPVarInt(playerid, "DrunkL", GetPlayerDrunkLevel(playerid));    if(GetPVarInt(playerid, "DrunkL") < 100) SetPlayerDrunkLevel(playerid, 2000);  ...
240
Try to lock the doors ? this is impossible
193
example pawn Код: CMD:warehouse(playerid){  if(IsPlayerAdmin(playerid))   {     SetPlayerPos(playerid,1302.519897,-1.787510,1001.028259);   }else SendClientMessage(playerid,-1,"Only Rcon a...
152
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
238
it's not a problem ... i'm sure you are using Y_INI
238
you can't find one ! you have to make one !
186
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){...
183
player need to be logged in
276
many users having problems like this with samp.gs find another one !
292
post ongamemodeinit() codes here ...
240