Search Results
Are you sure that your class system is alright? it might be a fail on it too
128
lol read the code, i already showed lines Код: if(_:clickedid == INVALID_TEXT_DRAW) //13253 if(_:playertextid != INVALID_TEXT_DRAW)//13271
92
That code doesn't create table, it inserts info on it This code creates table : Код: mysql_query("CREATE TABLE IF NOT EXISTS accounts(Name VARCHAR(24), password VARCHAR(41), PlayerPos INT(20) )");
92
Hi all, i'm receiving 2 warnings because of selectable textdraws Код: public OnPlayerClickPlayerTextDraw(playerid, PlayerText:playertextid) { if(_:playertextid != INVALID_TEXT_DRAW)//13271 { ...
92
Код: global ClassSelectionUpdate() { new t=GetTickCount(); new Float:x,Float:y; for(new i=0;i<PlayersSelectingClass;i++) { if(IsValidPlayer(PlayerClassSelectionList[i]) && S...
81
pawn Код: enum pInfo{    pPassword,    pCash,    pAdmin,    pKills,    pDeaths,    pLevel,    pCasa,    pBanca} new PlayerInfo[MAX_PLAYERS][pInfo];[/code] You must put this on the...
61
You can add a checkpoint on weapon shops interiors, and when the player enter that checkpoint get a menu that includes types of weapons
155
Hi all, My server get crashed, when it don't get restarted for more than +6 hours :/ i runned Crashdetect plugin, that's what i found on the log Код: [05:06:58] [debug] #0 00000008 in public On...
81
I suggest to download a gamemode and start modifying it! And read some tutorails & learn how to work with saving systems
103
Wow it's cool, is there will be an offline version?
567
You probably set a player color to 00 on alpha channel Код: 12: Red channel 34: Green channel 56: Blue channel 76: Alpha channel 0x12345678
126
Код: /object [id] [x] [y] [z] [angel] That's a scripted command, you must get MTA or SAMP Map editor to map a place, then put the code on : Код: OnGameModeInit
107
https://sampforum.blast.hk/showthread.php?tid=300397
90
lol You did nothing, use any textdraw editor and you'll make it
295
Do you have a code that save jailing stats when the player get jailed?
169
We don't know what's the code, but do you have : Код: #include dini On the top of you server? If you don't, add it then And i recommend to use y_ini it's faster, dini is so laggy
143