Quantcast
Channel: SA-MP Forums
Viewing all articles
Browse latest Browse all 18226

Couple of errors

$
0
0
1. D:\server\gamemodes\Untitled.pwn(69) : error 021: symbol already defined: "DisableInteriorEnterExits"
2. D:\server\gamemodes\Untitled.pwn(73) : error 010: invalid function or declaration
3. D:\server\gamemodes\Untitled.pwn(99) : error 021: symbol already defined: "SetPlayerMapIcon"
4.D:\server\gamemodes\Untitled.pwn(101) : error 010: invalid function or declaration
5.D:\server\gamemodes\Untitled.pwn(104) : error 010: invalid function or declaration
6.D:\server\gamemodes\Untitled.pwn(276) : error 029: invalid expression, assumed zero
7.D:\server\gamemodes\Untitled.pwn(519) : warning 203: symbol is never used: "OnRconLoginAttempt"


Line 69: DisableInteriorEnterExits();

full:
Code:

  DisableInteriorEnterExits();
    CreatePickup(1239, 1, 2131.7898, -1151.1216, 23.9069, -1);
    Create3DTextLabel("{FFFFFF}Rent Car Los Santos{FFFFFF}\nType {FFCC00}[/rentveh]{FFFFFF} to rent a car. ", -1, 2131.7898, -1151.1216, 23.9069, 5.0, 0);

--------------------------------------

Line 73: return 1;

full:
Code:

DisableInteriorEnterExits();
    CreatePickup(1239, 1, 2131.7898, -1151.1216, 23.9069, -1);
    Create3DTextLabel("{FFFFFF}Rent Car Los Santos{FFFFFF}\nType {FFCC00}[/rentveh]{FFFFFF} to rent a car. ", -1, 2131.7898, -1151.1216, 23.9069, 5.0, 0);

        return 1;
}

---------------------------------------

Line 99: SetPlayerMapIcon(playerid, 05, 2131.7898, -1151.1216, 23.9069, 55, 0);

---------------------------------------

Line 101: inRent[playerid] = 0; //1 - daca o sa aiba o masina inchiriata

---------------------------------------

Line 104: return 1;

Full:
Code:


SetPlayerMapIcon(playerid, 05, 2131.7898, -1151.1216, 23.9069, 55, 0);

    inRent[playerid] = 0;  //1 - daca o sa aiba o masina inchiriata
    masinaInchiriata[playerid] = 0; //aici o sa se puna modelul.

          return 1;
}

------------------------------------

Line 276: public OnRconLoginAttempt(ip[], password[], success)

------------------------------------

Line 519: does not even exist

Viewing all articles
Browse latest Browse all 18226

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>