Search Results
Never mind. I got it solved. :P Zcmd has: #define OnPlayerCommandText zcmd_OnPlayerCommandText Causing the OnPlayerCommandText in the game mode not to work. I basically changed zcmd's OnPlayerComman...
261
I'm pretty sure that won't fix it, just by looking at it. I'll try
261
Idk if it is any help but I removed Whirlpool and irc from plugins. Also I had fixed Код: [10:38:21] filterscripts = "" (string) Doesn't show that anymore, it was because I had some filterscripts...
261
Code: [06:47:40] Script[gamemodes/GRP10.amx]: Run time error 19: "File or function is not found" !!!!! Obviously your gamemode script does not have a .amx file. Compile it and fix errors if there are...
199
[10:38:21] filterscripts = "" (string) [10:38:21] [10:38:21] Server Plugins [10:38:21] -------------- [10:38:21] Loading plugin: Whirlpool [10:38:21] [10:38:21] ================== [10:38:21] [10:38...
261
Hello. I've got a major problem. My commands won't work. Here's the example of samp wiki: pawn Код: public OnPlayerCommandText(playerid, cmdtext[]){  if(!strcmp(cmdtext, "/help", true))  {   ...
261
Can some1 post a plain admin system with 3 admin levels? Included with register/login saving, also admin level saving into files. Pretty please
141
I can't find a simple enough admin system to learn from
141
Quote: Originally Posted by Hiddos https://sampwiki.blast.hk/wiki/Category:Tutorials Check the 'C' category. Incomplete and didn't help, it's bad.
141
Hello! Could somebody make a decent tutorial how to make a admin system? Like example 3 admin levels. Also only rcon can /setadmin and stuff like that. I just need a base to work it out.
141
Doesn't matter, just give me something to work with.
178
Be sure I did that. Nothing usefull, only the ones that give rank when you get a certain score which I basically know, but I need it cmd based.
178
Hey! So i've got: above all script new Noob; // That's a rank btw.. So how would I use strcmd to make somebody a noob? And how to save it? Could any1 help me? So example: if(strcmdbla bla "/rank n...
178
Hello! I'm asking if any1 could make me a simple admin system. Commands needed: /kick /ban /(un)freeze /(un)mute /jail /goto /get Also a small system to determine if a player is high enough admin lev...
45
Happens to me always :/
1,391
Just make it with GetPlayerVehicleID and PutPlayerInVehicle so vehicles teleport with us, also GetPlayerVirtualWorld to tp the vehicle if it exists. THANKS, Peace
1,391