Search Results
https://sampwiki.blast.hk/wiki/Fexist
121
I didn't think I was doing anything wrong. Maybe the developers can look into this. Thanks for your time anyway, appreciated!
105
I'm using the function in a command for testing purposes so SetPlayerColor is not being used afterwards.
105
Is this function supposed to change the colour of the player's name tag too? I'm trying to make a player's marker white while keeping the name tag the same colour but when ever I use this function th...
105
Quote: Originally Posted by Mr.acu CreateDynamic3DTextLabel dont work for me, i update the plugin to the last version released for 0.3e and my labels dont appear... why ? I'm having thi...
88,539
Open up Sublime Text 2 and go to Tools -> Build System -> New Build System... Enter the following: Код: { "cmd": ["pawncc.exe", "-i includes", "$file", "-;+"], "path": "C:/path/to/pawno/f...
1,389
^ That makes no sense.... If the virtual world of a player doesnt equal the virtual world of the same player, return 0? WTF? Time for you to go back to scripting basics pawn Код: public OnPlaye...
222
I know, I'm fixing the server. Sorry.
1,149
Demo available! Check the first post. Demo features most website functions. Does not include: -AdminCP -User profiles -Information page -Contact us page Accounts can be created and comments can be ...
1,149
That works. I guess I'll have use the interval between pressing and releasing to know if the player was holding or not. Thanks.
158
*sigh* Could I get a reply from someone who knows what they're talking about? Thanks
158
Already checked the wiki, it doesn't help me for this situation... pawn Код: public OnPlayerKeyStateChange(playerid, newkeys, oldkeys){    if(HOLDING(KEY_FIRE))    {         SendClientMe...
158
Same result, it only responds to the first if statement.
158
Hi, I have being trying to get round his for sometime now, if anyone can help me it will be appreciated. pawn Код: #define PRESSED(%0) (((newkeys & (%0)) == (%0)) && ((oldkeys & (...
158
pawn Код: new MySQL:connection; // Declared with a global scopeconnection = mysql_init(LOG_ONLY_ERRORS, 1); // Used inside a function/procedure
87
Remove #if defined FILTERSCRIPT and #end if
147
Quote: Originally Posted by alpha500delta Money after the script is done? How can we know you will play...? You pay for a product before getting it. Same rules apply, after all a script...
74
Ideally, your script shouldn't rely on textdraws to hold information; textdraws should rely on the script to hold the information.
152
Everytime you change the value, put the same value in a variable. -Conroy
152