Search Results
If you are feared that others will claim it as theirs, don't publish it at all
203
Quote: Originally Posted by iTorran If you could easily dehash them, whats the point in hashing them? Just check for the same hash, which means the same password. Thats why people are m...
174
Quote: Originally Posted by Kiets It could take a screenshot and save in the scriptfiles folder instead of player's screenshots folder. You can also use a custom ban system which would ...
33,828
pawn Код: if(!strcmp(cmdtext, "/me", true, 3)) // 3 is the length of /me    {        if(!cmdtext[3])return SendClientMessage(playerid, 0xFF0000FF, "USAGE: /me [action]");        new str[...
152
Godfather, since a lot RP gamemodes are a Godfather edit
192
Read this because it tells you where to put it and more
251
Quote: Originally Posted by w00t I know, but If they can make the default map objects removable, they can do this thing disabled, or removable It is scriptable.. Use a timer, IsPlayerIn...
131
Add this at the top of the script pawn Код: #pragma unused ret_memcpy And at the bottom of the script pawn Код: IsNumeric(const string[]){        for (new i = 0, j = strlen(string); i <...
104
You were missing a bracket pawn Код: if(dialogid == RIMSMENU)    {        if ( response )        {            switch ( listitem )            {                case 0:Â...
175
I am surprised you even call this a tutorial Read this please
319
No offence, but I wonder when you people come with new things instead of releasing the same thing over and over again..
571
This should be in Useful Snippets
312
This should be placed in Useful Snippets
331
Quote: Originally Posted by CptK Thanks . What do you mean by "cuise control"? Quote: Originally Posted by Wikipedia Cruise control (sometimes known as speed control or autoc...
495
With this system, I'd recommend to get a new system. Increasing the RAM will not or will barely increase the FPS.
175