Search Results
Quote: Originally Posted by [MG mysan ] I have a problem . Plugin doesn't work on VPS server WINDOWS SERVER 2003. Plugin by adrenaline work but no have needed functions Make sure you h...
95,742
Yes. You need to initalize it at server-start though, for example: Code: AmxCallPublicFilterScript = (amxcallpublic_t)ppData[PLUGIN_DATA_CALLPUBLIC_FS]; AmxCallPublicGameMode = (amxcallpublic_t)ppDa...
426
Quote: Originally Posted by SEC Sry this doesnґt work . It will just count how many numbers are behind /afk (for example : by typing /afk 222222 you get 6 Minutes) Use strval and not s...
229
Quote: And how can I use the helloworld.def? You don't need that on linux and maybe your code would help us more... can't see any issues with "main" at this very moment, except t...
1,123
Quote: Originally Posted by Andre9977 Quote: Originally Posted by [NSG Doerfler ] Quote: Originally Posted by [1337 MaVe ] Quote: Originally Posted by King...
310
https://sampwiki.blast.hk/wiki/ShowNameTags
165
[SCF]ConTron: if it doesn't show the SendClientMessage, you're doing something wrong somewhere else. Plus you don't need HideMenu in the callback for when a row was selected. (however it may be calle...
54,823
the pickup limit is 400 (as seen on the front page)... Quote: * Pickup limit increased to 400. max. textdraws is defined as 1024 as well (in a_samp.inc) an object count of 1000, ...
888
"bad entry point" says your gamemode does not contain the following code Quote: main( ) { } that has infact nothing to do with your server crashes.
1,687
here\'s a fix for that loop (now using strcmp)... and the smily at the end... http://bin.mrbondt.nl/367 simply because if you create a "string", the last char should be 0 (not \'0\', just \0 ... ), a...
1,272
you can (re)load filterscripts and change to the very same gamemode, what's your problem with that?
725
Aren't we quite ironic today? KEEP ALL CREDITS TO ME BUT OTHERWISE YOU MAY EDIT THE SCRIPT... All Credits is a wide range and shows you want to claim the whole script as your own. I also want to add...
1,182
well then i'm sorry, i used bunch of tools to read the locations from the file where they're taken from singleplayer. have fun sending bugs to me with the final solution, but avoid just pointing out a...
1,109
2 days before u posted a new version was released. what are you expecting? daily updates?
2,852
put all the script in your code, and then use [nobbc]zones[xx][zone_name][/nobbc] to get the zone name of the zone no. xx @Iain.Gilbert: sure
1,109
you actually shouldnt be able to use it with include (for sheep & sXd) anyway, i suggest you use this instead of pawn Code: if(player_zone_before == -1) GameTextForPlayer(i,zones[j][zone_name],...
1,109
Quote: Originally Posted by pdmods what the function of this script?? i'm dutch it shows your current zone in the bottom right corner, e.g. "Ganton" or "Idlewood"
1,109
i changed it a bit and now you can use pawn Code: public GetPlayerZone(playerid) { new line[10]; format(line,10,"p%dzone",playerid); new zoneid = strval(PropertyGet(line)); return zoneid;} (you ...
1,109
i accidently put a (dont know where i found these) version online, changed to the correct version now
1,109
it hasnt that much functions, it just shows the name of the zone you're in. you can integrate this script into game modes and add more functions if you want. you can get it here: http://mabako.net/s...
1,109