Search Results
Code: new ActorCJ; new ActorBS; public OnGameModeInit() { // Create an actor (CJ) at Blueberry Acres (Center of SA map) ActorCJ = CreateActor(0, 0.0, 0.0, 3.0, 0.0); // Create an actor ...
128
I've never used YSI, not sure if it's what you need, seems too complicated to me, but check this https://sampforum.blast.hk/showthread.php?tid=488198
77
Quote: Originally Posted by Kolstin good skins! SAMP wants to keep game's originality. These skins are from game's cutscene, but they are made only for cutscene, and when you put them i...
34,121
More cutscene skins Salvatore Leone (http://download.gtanet.com/gtagarage...mage_60238.jpg) Kendl Johnson (http://download.gtanet.com/gtagarage...mage_60221.jpg) Jose Vialpando (http://download.gtane...
34,121
Use PVars Код: SetPVarInt(playerid, "CheckpointStatus", 1); GetPVarInt(playerid, "CheckpointStatus") DeletePvar(playerid, "CheckpointStatus"); // when you want to set it to 0 server destroys PVar...
101
Quote: Originally Posted by SkittlesAreFalling You can simply: Code: var IsNumeric = function(test) { return (isNaN(parseFloat(test)) == false && isFinite(test) == true); } Th...
6,208
here some utils: Code: var IsNumeric = function(input) { return (input - 0) == input && (''+input).trim().length > 0; }; Code: var ReturnUser = function(text) { if(IsNumeric(text...
6,208
Quote: Originally Posted by DRIFT_HUNTER As far as i know samp client uses unicode... (But i may be completely wrong) kye says it's ANSI, I've also tried ANSI, but it gives worse result...
6,208
WOW! this is great! I've just started to new script with your plugin, had same problem with non-english characters saved .js file with encoding utf-8 Code: $server.on("ScriptInit", function() { se...
6,208
Quote: Originally Posted by Spenzert All servers you can find are blocked for you? no, just can't connect to sa-mp.com, and also can't get server list
86
Hi samp administration, I don't know what happened, and why you blocked Turkey IPs(78.173.xx.xx), but I think it's wrong, because I and most of Turkish players did nothing bad for samp community, and ...
86
https://sampwiki.blast.hk/wiki/Weapons >> Object Model (331, 333, 334..)
71
I have same problem. did anyone find a way?
450
weapon logos as text draw sprites would be nice http://www.solidfiles.com/d/91c62639b0/
174