Search Results
I am planning to make a Survival (non-zombie) survival server in the future, so I just wanted to know how many of you are interested in playing in a survival server ... And I am looking for some beta...
181
Quote: Originally Posted by EnzoMetlc pawn Код: stock Hash(string[]){    new const len = strlen(string);    new s[2] = {2, 5};    s[1] *= len;    new str1[40];    new str2[3]...
70,917
TeleportationPortal video https://www.youtube.com/watch?v=lpDy...ature=*********
486
Quote: Originally Posted by [uL]Pottus Not when the calculations are not even close to accurate at all. Magic numbers cannot be accurate at all, they are just derivations of speed in re...
486
I will suggest you to download rSI. This include will make scripting easier for you, I guess. Go through the "r_health" section. Click Here. If you already have rSI included. pawn Код: #include ...
195
Quote: Originally Posted by [uL]Pottus You certainly didn't do you homework when you wrote these functions. But hey at least you put something out there just fix your velocity calculation....
486
rit Server Includes RIT© Update (7/16/2014) Note: Some changes has been made ,regarding include names for more details, go through the README.txt provided with the file.New functions are added to...
486
If "value" is used to store name then why are you extracting integer value from the string. Код: new value =strval(inputtext);
136
I guess, I changed this line. Код: format(string,sizeof(string),"You Created Your Own Group, With Group ID (%i)",value);
136
Код: new Clan[MAX_PLAYERS]; //OnPlayerDisconnect dUserSetINT(PlayerName(playerid)).("Clan",Clan[playerid]); //City Hall Dialog ( Player Must Be In City Hall To Create Clan ) ShowPlayerDialog(pla...
136
Quote: Originally Posted by MrWupiazZzLT Okay, okay... But i know someone will steal it and later edit it by his self... People can steal your code but not your reputation.
1,047
New to pawn/scripting ? I will suggest you to go through Pawn-lang.pdf this will help you in scripting.
68
Quote: Originally Posted by BroZeus if u mean how to make them then this is how it works- -hook the create object/vehicle functions -add the id's in iterator hooked functions -remove the i...
541
I was thinking to make some iterators yesterday. What a co-incidence . On Topic:Can you give me an example of these iterators,I mean how does your iterator works, actually I wanted to know the purpo...
541
Just place this under OnPlayerText Код: SetPlayerChatBubble(playerid, text,-1, 100.0, 10000);
116
Код: stock GetName(playerid) { new name[MAX_PLAYER_NAME+1]; GetPlayerName(playerid,name,sizeof(name)); return name; } Hence return a string value.
137
1. Do not abuse people. 2. Weapon slots are from 0-12 pawn Код: for(new s = 0; s < =12; s++) //Changed the test conditions        {        if(PlayerInfo[i][pAGuns][s] != 0)        ...
82
If you are a new to pawn, then I will suggest you to go through pawn-lang.pdf this will help you a lot.
117