Search Results
And How Can I fix it? Im newbie..
84
Hello , Today I did a command for Donator Rank, but I have a problem gmraul.pwn(18193) : warning 204: symbol is assigned a value that is never used: "carid" The Line "18193" it's else if(GetPLayer... ...
84
Hello , How Can I block someone to connect with many IP, like a flooder , max. 2-3 IP's. I searched everywhere .... but I don't find something good.
65
Thank you so much , but now I have another warning (1662) : warning 235: public function lacks forward declaration (symbol "SaveCars") Line : Код: public SaveCars() { new idx; new File: file2...
92
Hello , today I put an Dealership in my GameMode and after.. gave A LOT of warnings I put only 4 examples , because are 100 (I think) and with same functions (12014) : warning 213: tag mismatch (120...
92
IceCube you don't understand , I did with the command color1 an command for plate with save, but I receive errors.
75
C:\Users\raul\Server samp\SERVER ROLEPLAY\gamemodes\gmraul.pwn(18293) : error 035: argument type mismatch (argument 2) Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase 1 Error. Line :...
75
Thank you , but I have the car system , I need only the command
109
Hello , sorry for asking this but I searched all around internet Somebody know an system with /v plate for OwnableCars (not only for ownableCars) with SAVE system? Who saves after restart?
109
After i upgrade server to 0.3e gave warning...
65
Hello. When I try to connect to server gave theese warnings : And When I type /rac (respawnallcars) again. You can see in the same image. How I can fix them?
65
I don't use MySQL The public OnplayerRegister is pawn Код: public OnPlayerRegister(playerid, password[]){    if(IsPlayerConnected(playerid))    {            new string3[64];        ...
72
Hello , today I discovered at my RPG server a problem. When somebody register with name with with a name who contain 13-14 characters work to register but at restart he need to register again... If I...
72
pawn Код: //----------------------------------[SetCrim]-----------------------------------------------      if(strcmp(cmd, "/suspect", true) == 0 || strcmp(cmd, "/su", true) == 0)    {    Â...
222
ow , sorry my fault pawn Код: public ABroadCast(color,const string[],level){    for(new i = 0; i < MAX_PLAYERS; i++)    {        if(IsPlayerConnected(i))        {            ...
222
forward ABroadCast(color,const string[],level);
222
Why when I Give wanted to somebody appear 2 times on ABroadCast , if we are 2 players 2 times , 3-4 players 3-4 times , Why? Screen ; CLICK HERE The Code : pawn Код: format(string1, sizeof(str...
222
From Atachvehicle[FS?] It's not working and It's .... i don't like that have too many publics and... I have an ideea , if i modifty AttachTrailerTOVehicle with AtachTrailertoVehicle and I create an n...
189