Search Results
Sim, й possнvel. Use LIMIT pra exibir apenas um certo nъmero de registros ou mesmo pra fazer pбginas.
132
AssignPlayerData must be called on mysql_tquery. Have you done that?
155
128 doesn't seem to be enough for that query.
123
https://sampwiki.blast.hk/wiki/TogglePlayerSpectating
178
Well you should use it for %s.
123
Код: LastLogin ='%s' Also there's no need for a LIMIT clause.
123
Vocк pode separar de acordo com o id do jogador. pawn Код: for(new i = GetPlayerPoolSize(); i > -1; --i) {    time[i] = (i % numeroDeTimes);}
265
PHP код: main() {}  Vocк provavelmente esqueceu de adicionar isso ao gamemode.
133
PHP код: stock SendPlayerToPlayer(playerid, targetid) {     if(!IsPlayerConnected(playerid) || !IsPlayerConnected(targetid)) {         return 0;     }     SetPlayerV...
161
Quote: Originally Posted by iLearner M I the only one who sees. ` before for loop? Also set i=0 You're right. I hadn't noticed it.
104
Is there any code above that?
104
You must check if killerid is a valid player. PHP код: if(killerid != INVALID_PLAYER_ID) {     PlayerInfo[killerid][Kills] ++; } 
44
You can either write the big query into a file or create a stored procedure. There's also strcat, but I personally don't like it. I'd go with the stored procedure.
72
Nгo ficou bem claro o que vocк quer. Imagino que seja isso: PHP код: new bool:allowGoTo; CMD:gotoon(playerid) {     allowGoTo = true;     return 1; } CMD:gotooff(playerid) { ...
61
You could write the queries into a file and then store them in a string on pawn.
149
The problem is right before the word "SawnOffs". Quote: ...n\SawnOffs\t...
89
You forgot the opening brace after if(response).
147
Quote: This function was added in SA-MP 0.3.7 and will not work in earlier versions! Make sure your includes are updated.
337
There's already a variable or function named ChandraMallCaptured somewhere else in the gamemode.
87