Search Results
Put those files inside server/gamemodes/ , compile it then edit your server.cfg file .
117
But I am trying to make an array which contain string. that's why i need help
100
I don't want to save it in an ini or script files. I want that variable to get reset when player who is getting the name logged out, like For Ex : I am an admin of my server . I want to make a cmd to...
100
I want to make a 5 global variable in a single variable using array. Secondly I want to know how to get a player name and save it in that first array variable and so on. For ex: I want to store name o...
100
I tell you what First CTRL+H then copy and paste the below line pawn Код: .distance Then replace it with below line (REPLACE ALL) pawn Код: .streamdistance
126
When I type /docarrest .... its saying You are not at DoC Facilties ...idk why ... I am not seeing any error's pawn Код: CMD:docarrest(playerid, params[]){    if(IsACop(playerid)) {       ...
105
Can anyone fix these lines.. i think i put brackets in wrong Код: gamemodes\RRP2.pwn(43905) : warning 225: unreachable code gamemodes\RRP2.pwn(43905) : error 029: invalid expression, assumed zero...
119
First One is 2773 I don't know what you mean by second one
102
Show me your lines You have to add some lines like pawn Код: GivePlayerCash(giveplayerid, 150000); or something
187
Sascha, now error is - (49317) : error 006: must be assigned to an array Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase 1 Error.
161
pawn Код: CMD:look(playerid, params[]){    if(PlayerInfo[playerid][pAdmin] < 3)    {        SendClientMessageEx(playerid, COLOR_GRAD1, "You are not authorized to use that command!");  ...
161
Yes I already got it, and i was trying to get that object along because that object was bugged
138
I need to find the exact or particular object id for this the object at the center (used to lift vehicles)
138
I would like to make a Password Protection for Car Model 502 If players enter the car , he will be asked to enter the Password of Car , then only he can start the engine.. Here is my start engine Co...
160
Ah I already fixed the Error just a while ago ,anyway Thanks
259
pawn Code: #include <a_samp>#define COLOR_YELLOW 0xFFFF00AAforward FixAllCar();new FixTimer;public OnFilterScriptInit(){    print("\n--------------------------------------");    print(" Aut...
259
Not Hosted. I am not sure I downloaded the script from here https://sampforum.blast.hk/showthread.php?tid=327584 pawn Код: echo Executing Server Config...lanmode 0rcon_password 123456maxplayers 5p...
234
Quote: Originally Posted by A7X_CEEJAY Go on ******, search 'NativeChecker', download the plugin. Put it into your plugins directory. Now go to server.cfg, add 'nativechecker' to your plu...
234
pawn Код: [20:29:47] Script[gamemodes/SNG.amx]: Run time error 19: "File or function is not found"[20:29:47] Number of vehicle models: 0 I am getting this error while running server.exe files. I t...
234