Search Results
Hey, so I was making a simple checkpoint system for my server, but I got a problem. If I create a checkpoint, using SetPlayerCheckpoint, how do I see that the player entered the specified checkpoint? ...
457
Hey I recently re-installed my windows 7 and now, it says I am not an administrator if for ex. i try to edit the Program Files folder. I am the only account on this computer and it says im an administ...
406
LZLo what the *uck? It says that the new Shown[MAX_PLAYERS]; is never used in the script, to fix it, simply comment / delete the line and it will be fixed.
722
I am. But yeah I managed that I cant do it myself
324
Hey, I made some zcmd commands, added return 1; to every command, but for some reason the other commands wont work which are made with strcmp. How come? I tried OnPlayerCommandPerformed, but then, it ...
324
I dont have any /vehicle command in my game. I did it correctly, in the log it said that I logged in successfully. // FIXED, I accidentally had added a code under RconLoginAttempt.
812
Hey so I searched the wiki as I thought it might be somekind of debug mode on the server, when i do IG /rcon login pass then it bans me. When I type /vehicle it says im not logged in as a RCON admin. ...
812
Hey so I need a code which sets every car's license plate to LS-%d, %d is the number between 1000 and 9999, any help?
500
So, first of all, this is my first tutorial, but ill try to give my best. You will need: - zcmd plugin by its creator (Zeex?) - sscanf plugin by ****** So let's start. First of all, on the top of t...
850
Yes, I already actually figured it out myself and fixed it. Thanks anyways.
354
So I figured somehow out this code: pawn Код: COMMAND:makeadmin(playerid, params[])    {            tmp = strtok(params, idx);            if(!strlen(tmp))            {      ...
354
Well whats the difference? I used many commands in a row, why should I waste 50 more lines on 50 more commands, if i could only use 4 lines?
839
Just like that? Why so? It is true it worked.
839
Hey! So as I started using zcmd, I made a command like this for a simple test: pawn Код: COMMAND:help(playerid, params[]){    SendClientMessage(playerid, COLOR_WHITE,"IT WORKS!");} Now when i g...
839
Hey so I made like a line into the script: pawn Код: if(strcmp.. blah and if I for ex try to press my MB down, and drag it to the front of strcmp, it chooses the whole line! How could I fix it? I...
220
Use textdraws, wiki it, or check another script.
659
Use destroying the pickup function. DestroyPickup or something. Wiki it.
234
Hey so you have seen the yellow cones which showed the entrances of the many interiors like the barber, tattoo and stuff in singleplayer. I got some in my server. How could I find them in my script? I...
298