Search Results
pawn Код: COMMAND:jetpack(playerid, params[]){    if(IsPlayerAdmin(playerid))    {        SetPlayerSpecialAction(userID, SPECIAL_ACTION_USEJETPACK);     }    else    {        Sen...
104
pawn Код: COMMAND:skin(playerid, params[]){    new skinid, string[128];    if(sscanf(params, "d", skinid))    {        SendClientMessage(playerid, COLOR, "Syntax: /skin [skinID].");   ...
340
pawn Код: public OnPlayerConnect(playerid){    ClearChatbox(playerid);    new targetName[MAX_PLAYER_NAME], file[256];    GetPlayerName(playerid, targetName, sizeof(targetName));    format(...
192
It doesn't help. Any solutions?
192
pawn Код: COMMAND:pay(playerid, params[]){    new TargetID, Cash,    if(sscanf(params, "uz", TargetID, Cash))    {        SendClientMessage(playerid, GREY, "[Sintakse]: /showid [spēlēt...
88
pawn Код: public OnPlayerDisconnect(playerid, reason){    new targetName[MAX_PLAYER_NAME], file[256];    GetPlayerName(playerid, targetName, sizeof(targetName));    format(file, sizeof(file)...
192
Hello everyone. I have scripted a dini registration, but I have a problem. If player relogs, his account variables resets to 0. Maybe there is a solution?
192
Stop use this admin filterscripts. Create your own.
218
I don't have an example, but sometimes my pawno sends me a crash, if I somewhere miss a bracket.
122
Sometimes it crash, believe me.
122
Maybe you somewhere missed a bracket.
122
How do you all know or he have a save system, lol?
118
pawn Код: command(yourcmd, playerid, params[]){    ShowPlayerDialog(playerid, dialogid, DIALOG_STYLE_LIST, "Title", "Location 1\nLocation 2\nLocation 3", "Button 1", "");    return 1;} pawn Ð...
86
Quote: Originally Posted by Nero_3D and dont use format as format should only be used for formating! This means that you exceeded permitted characters. Use a string function, like Strca...
58