Search Results
using asimple cleo mod works aswell...
nice work tho.
2,901
pawn Код:
if( GetPlayerMoney( playerid ) < amount ) {// player hasnt got enough cash}else{// player has enough cash}
or with ternary operator:
pawn Код:
GetPlayerMoney( playerid ) < am...
327
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
291
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 ) ...
126
dont use that object id, lol
here's a good one:
19325
196
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 ...
412
show me all of your CrashListener, you only posted half of it.
412
show me your function IsPlayerConnectedEx.
412
do you have any plugin called GeoIP_Plugin.so in your plugins directory?
158
"IfIsPlayerConnectedEx"
can you show us that line please, also show us the line above this line, and the line under this line.
412
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:...
171
pawn Код:
for( new i= 0; i < GetMaxPlayers( ); i++ ){ if( PlayerInfo[ i ][ adminlevel ] == 5 ) { // do something here }}
for the PlayerInfo[ i ][ adminlevel ], use yo...
192
ehm, I don't really understand you, perhaps you could show us your code, or explain more.
169
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...
128
Try this one, it's a nice include:
https://sampforum.blast.hk/showthread.php?tid=113443
117
could you explain abit more? I can't really understand you.
224
https://sampforum.blast.hk/showthread.php?tid=71136
create it yourself, implement it.
231
it always starts from 0.
Код:
if(listitem == 0)
{
}
if(listitem == 1)
{
//ShowPlayerDialog(playerid, DIALOG_SELL, DI...
424
can you explain us some more? also are you downloading anything when the lag occures?
317
nice work, gonna check this out later on my own pc
691