Search Results
You made a slot machine system, using tags, but can't fix that warning, hmm. Can you see what it says?
501
text should be declared as an array.
14,889
You need to use SetTimerEx to pass the playerid parameter to your countdown callback pawn Code: SetTimerEx("countdown", 1000, false, "i", playerid); Also, just use IsPlayerInRangeOfPoint. I'm sure it...
507
Kalcor, What are your fondest memories of SA:MP? Do you have some other older screenshots to share? It's amazing how much I didn't know about SA:MP's history despite being on this mod for hundreds o...
114,562
Use the code I provided earlier as a baseline. The message resides in 'text'
319
https://sampwiki.blast.hk/wiki/OnPlayerText Quote: Return Values: Returning 0 in this callback will stop the text from being sent to all players. It is always called first in filterscript...
319
Quote: Originally Posted by Grim_ But this is an answer no one can give you without talking out of their ass. Here's an example! Quote: Originally Posted by ISmokezU Код:...
201
It tells you the problem Код: (19456) : error 017: undefined symbol "params" (19467) : error 017: undefined symbol "params" OnPlayerText(playerid, text[]) pawn Код: if(text[0] == '#') {   st...
319
We can't give you an appropriate answer just off the number of lines in your script. What features does your gamemode have? Do any of them require heavy memory? How many whitespaces are in your script...
201
https://nixtren.net/samp/mapconverter/ Second result on G-oo-gle.
110
As stated, this is caused by OnPlayerCommandText returning 0. So one of your commands is missing a return. Also, use a command processor like ZCMD or YCMD.
245
Read through this https://sampforum.blast.hk/showthread.php?tid=177523
200
My guess would be GetPlayerWeaponID is calling the new held weapon after the game removes the one he was holding. Try just switching on 'weaponid'
268
Quote: C:\Users\mitko\Desktop\Zombie\gamemodes\zm.pwn(309 ) : error 021: symbol already defined: "Mode" This is the issue. In one of the includes "Mode" is already defined. You ...
153
Quote: Originally Posted by KinderClans Replace SCM with SendClientMessage (it's just a macro), and remove Player checks. The problem is that how other things are defined can impact the...
144
https://sampforum.blast.hk/showthread.php?tid=56564 Go through the thread and look up the documentation. It won't help you if we simply hand you the answer.
152
Anything in the SQL log? Код: format(Query,sizeof(Query),"UPDATE `usuarios` SET `Emp`='0' WHERE `Username`=%s",PropInfo[c][pFunc]); // should have single quote enclosing %s -> '%s'
237
Quote: Originally Posted by Kalcor You can post here if you want, but having 1000's of posts doesn't make you important to the mod. I'm sorry if you thought that was the case. If you hurl ...
9,596
But this logic doesn't apply to the real world (which encompasses the internet).
4,993