Search Results
... That's because you only load row 0 data for all rows =m= Change : pawn Код: cache_get_field_content(0,"Owner",hInfo[i][hOwner],Connection,64);        hInfo[i][hIndex] = cache_get_field_co...
128
"destination size is too small" =.= change query[128] to query[256] and try again
80
if you ctrl and shot random or shot afk, it's will show warning random aim
3,487
use OnPlayerGiveDamageActor OnPlayerWeaponShot doesn't support actor yet
183
All topic ( Release, guide ..v.v.v. ) by ****** got deleted, github not found ?
80
This include isn't support 0.3.7 RC right ? I'm using 0.3.7 RC-3, health bar, nerver update
33,390
i got this when type exit on server console : pawn Code: [22:23:21] [debug] Server crashed while executing new.amx[22:23:21] [debug] AMX backtrace:[22:23:21] [debug] #0 native fread () from samp-ser...
33,390
just get content normal(cache_get_field_content)
166
did you reset BarCount to 0 too ? btw i think your code will got problem when 2 player capture 2 zone in same time
129
i mean hash password, btw check your hash password length too
150
please make sure your password in user files is uppercase
150
pawn Code: CMD:sex(playerid, params[]){    if(!IsPlayerInAnyVehicle(playerid))    {        SendClientMessageEx(playerid, COLOR_GREY, "   You can only have Sex in a Car!");        return ...
116
cause playerid never used ? pawn Код: stock playermdisconnect(playerid, discmcc[]){    #pragma unused playerid    new File:lFile = fopen("/SERVER/Logs/Player/disconnect.txt", io_append), logDa...
99
i think u need change pawn Code: SELECT `nick` FROM `TableTest` WHERE `id`=%d To pawn Code: SELECT `nick` FROM `TableTest` WHERE `id`=%d LIMIT 1 and yes, maybe it's faster than loop :-/
82
what's command processor your use ? ( y_cmd, zcmd or what ? )
178
pawn Код: static randomnumber = random(100);if(randomnumber <= 50){   // 50%}else if(50 < randomnumber <= 83){   // 33%}else if(83 < randomnumber <= 93){ // 10%}else{ // 7%}
153
because you send message to player before set he adminlevel, so it will not display for player
165