Search Results
Ok sry but for me it works. Quote: [21:05:07] Azula -> 15
246
@Azula: Sample: Код: main () { new test[20]="Azula is 15 years "; new text[20]; new i; sscanf (test,"s[20]{s[20]}i",text,i); printf ("%s -> %d\n",text,i); return 0; } Your mistake w...
246
This Line is Wrong it contains i but u just need u: Код: if (sscanf(params, "ui", targetid)) Код: CMD:setobject(playerid, params[]) { if (AccountInfo[playerid][Aadmin] < 3) return SendC...
154
Remove this its already includet in a_samp Код: forward OnPlayerTakeDamage(playerid);
119
Код: ""STEELBLUE"SERVER: There are no donators/premiums online." Use to include the color #STEELBLUE: Код: " "#STEELBLUE" SERVER: There are no donators/premiums online."
109
How much is MAX_PLAYERS in your script ?
124
Sample: Код: enum PlayerVars{ dbid, Name, Score, Money, Skin // etc }; new PlayerInfo[MAX_PLAYERS][PlayerVars]; Clean the Vars: Код: for(new PlayerVars:v; v < PlayerVars; v++) { P...
82
pls post some code from OnPlayerStateChange
136
Код: [pInfo][playerid][pID] = cache_insert_id(); to this Код: pInfo[playerid][pID] = cache_insert_id();
77
Quote: Originally Posted by Dziugsas And make sure you have Text3D:LevelText[MAX_PLAYERS]; you mean Text:LevelText[MAX_PLAYERS]; if you use PlayerText:LevelText[MAX_PLAYERS] then you s...
166
the second parameter should be a string. Код: new txt[10]; format(txt,10,"%s", pInfo[playerid][pLevel]); TextDrawSetString(LevelText[i],txt);
166
which mysql plugin version your are using ?
176
how many houses have you ? can you post how are your houses loaded
220
Код: format(str, sizeof(str), "Vehicle Owner: %d %s", vInfo[vehicleid][vOwner], vInfo[vehicleid][vOwner]); why the same variable ? did you want to do it that way? Код: format(str, sizeof(str...
176
post pls the code. i think you have a problem with a define
115