Search Results
using asimple cleo mod works aswell... nice work tho.
2,016
pawn Код: if( GetPlayerMoney( playerid ) < amount ) {// player hasnt got enough cash}else{// player has enough cash} or with ternary operator: pawn Код: GetPlayerMoney( playerid ) < am...
177
all that's wrong is MAX_PLAYERS_NAME you should remove the "S" on line 163 in MAX_PLAYERS_NAME should become MAX_PLAYER_NAME
138
hey there, so, I made this dialog with a loop etc, but for some reason, it doesnt actually SHOW the dialog. pawn Код: case DIALOG_BUYCAR:        {            if( response )        ...
54
dont use that object id, lol here's a good one: 19325
80
well, I can't really find a problem, but, lets NOT use the IsPlayerConnectedEx function, instead simply copy paste it. pawn Код: public CrashListener(){    for(new i = 0; i < MAX_PLAYERS; i ...
187
show me all of your CrashListener, you only posted half of it.
187
show me your function IsPlayerConnectedEx.
187
do you have any plugin called GeoIP_Plugin.so in your plugins directory?
75
"IfIsPlayerConnectedEx" can you show us that line please, also show us the line above this line, and the line under this line.
187
when there's nobody in the vehicle, pause it: https://sampwiki.blast.hk/wiki/NPC:PauseRecordingPlayback when someone enters the vehicle( as passenger ), resume it https://sampwiki.blast.hk/wiki/NPC:...
83
pawn Код: for( new i= 0; i < GetMaxPlayers( ); i++ ){    if( PlayerInfo[ i ][ adminlevel ] == 5 )    {        // do something here    }} for the PlayerInfo[ i ][ adminlevel ], use yo...
86
ehm, I don't really understand you, perhaps you could show us your code, or explain more.
77
Hello there, so, after a long break from samp, I started a new project, and everything was working fine, but then at some point, the speedometer's textdraw wont showup.. I've been trying to fix this...
60
Try this one, it's a nice include: https://sampforum.blast.hk/showthread.php?tid=113443
70
could you explain abit more? I can't really understand you.
119
https://sampforum.blast.hk/showthread.php?tid=71136 create it yourself, implement it.
152
it always starts from 0. Код: if(listitem == 0) { } if(listitem == 1) { //ShowPlayerDialog(playerid, DIALOG_SELL, DI...
292
can you explain us some more? also are you downloading anything when the lag occures?
158
nice work, gonna check this out later on my own pc
419