Search Results
pawn Код: CMD:a(playerid,params[]){    new string[128], chat[128];    if(PlayerInfo[playerid][pAdminLevel] <= 1) return SendClientMessage(playerid,COLOR_GREY,"You're not authorized to use t...
201
Well i see that you are using 'inputtext', so you are probablly trying use this under 'OnDialogResponse', but if you are not trying to use this under 'OnDialogResponse' then your code should go like t...
138
That line should look like: pawn Код: if(!strcmp(ADMINOVERRIDE_PASSWORD, inputtext, false)) And its anyway wrong, because you can't compare string and integer..
138
so house owner and level of house and things like this which can be changed from house to house it should be player textdraw and background should be global?
125
Should i use PlayerTextDraw or Global TextDraws for creating information about house. Those TD i would use when player pickup house icon and it will show stats about that house (ID, Price, Owned or No...
125
soo i have a problem with BubbleSort method, it works great while i have a 1 dimensional array, but what when i have 2 dimensional? example: "PlayerInfo[playerid][Kills]" how to sort it by order? Her...
61
How to get top 5 richest guys on server online?
50
Well when someone connect to my server, i have done that camera is set to some cords, but screen is blurry.. Someone have idea what is problem? Here is code: pawn Код: public OnPlayerConnect(pla...
120
Quote: Originally Posted by MP2 This happens if no spawnpoint is set for the player. Use SetSpawnInfo beforehand. well i interpolate camera when player connect and shows dialog for logi...
123
The plugin with that name ("ibmySQL") does no exist in plugins folder of server..
155
I have problem. When dialog is called the server kicks me.. Code of dialog: pawn Code: public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])...        case DONED:      ...
123
there is already a solution, i think someone has already done fs about that
119
Simply code pawn Код: YCMD:givescore(playerid, params[], help){    if(!IsPlayerAdmin(playerid))return SendClientMessage(playerid, -1, "You are not Admin!");    new id, soc, up = GetPlayerScor...
206
This should works fine... did you put somewhere pawn Код: new Text3D:hol;
133
pawn Код: case DIALOG_REGISTER:        {            if (!response) return KickP(playerid, "Izasli ste!");            if(response)            {                if(!strl...
79
Here is my code: pawn Код: new INI:File = INI_Open(UserPath(playerid));                INI_SetTag(File,"data");                print("1");                INI_WriteInt(File...
79