Search Results
Linux or windows ?
128
Quote: Originally Posted by Vince I'm getting sick and tired of this "for newbies" fallacy. If someone is a newbie then it is suddenly okay to teach them inferior methods?! And it's not ju...
1,457
why not use actors D: it's not take the slots as i know
178
Quote: Originally Posted by azzerking Things to add to discord bot: - Handle Commands, with prefix ( @ is taken by discord ) - User Management, ( kick, ban, move user, etc ) - Text Channe...
4,324
increase #define MAX_GIFTBOXES (increase this)
70
create a new file called objects.pwn and put it in includes folder PHP код: forward OnMapsInit(); public OnMapsInit() {      /* Objects here */ }  go to top of you script and...
197
Quote: Originally Posted by Lordzy The point is that newbies shouldn't risk writing a user system. About salting - It can be done with any hashing algorithm. I don't use the hash function ...
1,457
Quote: Originally Posted by GhostHacker9 Well you declared login attempts as static so there will be only one copy of that variable in stack. That means if one player fails in login attemp...
1,457
Quote: Originally Posted by GhostHacker9 Still not fixed login attempts. what wrrong on it ?
1,457
Quote: Originally Posted by GhostHacker9 Okay Mr Pro scripter i will tell you what exactly is optmisation is.It is not actually reducing no of lines in a script.It how you hacks with compi...
1,457
Quote: Originally Posted by oMa37 Why would I make this when there is a better version? I would say it's the best version, This one. did this tutorial work ? Yes. did it's take so much...
1,457
Quote: Originally Posted by oMa37 Stop being a dumbass. What? It does matter. https://sampwiki.blast.hk/wiki/MySQL#mysql_format -- You seem like you can't handle the criticisms, Do...
1,457
Quote: Originally Posted by oMa37 1. Click Here. This is far better than your tutorial. i see not tutorial here Quote: Originally Posted by oMa37 2. https://sampwiki.b...
1,457
PHP код: IRCCMD:admins(botid, channel[], user[], host[], params[])  {      new count;      new admtext[128];      new stringz[128];      for( new i = 0; i <...
142
PHP код: CMD:admins(playerid, params[])  {      new count;      new admtext[128];      new string[128],stringz[128];      for( new i = 0; i < MAX_PLAYERS; i+...
142
Hello !! Introduction: as i noticed the most of tutorials are outdated and some onces are bugged! so In this tutorial i will show you a simple and fast way to create a simple register system using T...
1,457
This topic again...... Jut check simmilar topic down the most of them closed so why open new one ?
713
Quote: Originally Posted by IceCube! this suggests to me the minimum entry age is 18 No one put the real age this days.
228
Quote: Preferences>Package Control not exists
153
PHP код: public OnPlayerInteriorChange(playerid, newinteriorid, oldinteriorid) {     if(newinteriorid == 4) //check if he is in ammo nation 2 interior      {       ...
122