Search Results
Sim, й possнvel. Use LIMIT pra exibir apenas um certo nъmero de registros ou mesmo pra fazer pбginas.
49
AssignPlayerData must be called on mysql_tquery. Have you done that?
39
128 doesn't seem to be enough for that query.
27
https://sampwiki.blast.hk/wiki/TogglePlayerSpectating
70
Код:
LastLogin ='%s'
Also there's no need for a LIMIT clause.
27
Vocк pode separar de acordo com o id do jogador.
pawn Код:
for(new i = GetPlayerPoolSize(); i > -1; --i) { time[i] = (i % numeroDeTimes);}
80
PHP код:
main() {}
Vocк provavelmente esqueceu de adicionar isso ao gamemode.
38
PHP код:
stock SendPlayerToPlayer(playerid, targetid) {
if(!IsPlayerConnected(playerid) || !IsPlayerConnected(targetid)) {
return 0;
}
SetPlayerV...
99
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.
24
You must check if killerid is a valid player.
PHP код:
if(killerid != INVALID_PLAYER_ID) {
PlayerInfo[killerid][Kills] ++;
}
17
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.
26
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) {
...
21
You could write the queries into a file and then store them in a string on pawn.
26
The problem is right before the word "SawnOffs".
Quote:
...n\SawnOffs\t...
22
You forgot the opening brace after if(response).
83
Quote:
This function was added in SA-MP 0.3.7 and will not work in earlier versions!
Make sure your includes are updated.
101
There's already a variable or function named ChandraMallCaptured somewhere else in the gamemode.
24