Search Results
You made a slot machine system, using tags, but can't fix that warning, hmm. Can you see what it says?
1,168
text should be declared as an array.
39,401
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...
1,252
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...
259,047
Use the code I provided earlier as a baseline. The message resides in 'text'
989
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...
989
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 Код:...
649
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...
989
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...
649
https://nixtren.net/samp/mapconverter/ Second result on G-oo-gle.
594
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.
898
Read through this https://sampforum.blast.hk/showthread.php?tid=177523
645
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'
929
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 ...
713
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...
793
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.
647
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'
827
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 ...
28,600
But this logic doesn't apply to the real world (which encompasses the internet).
15,391