- 0
Error
-
Similar Content
-
- 1 reply
- 2.002 views
-
-
Recently Browsing 0 members
- No registered users viewing this page.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.
Question
GooD
D:\Role Play Server\Los Santos Role Play\Los Santos Role Play\Los Santos Role Play\gamemodes\gtarp.pwn(2617) : error 017: undefined symbol "newcar"
D:\Role Play Server\Los Santos Role Play\Los Santos Role Play\Los Santos Role Play\gamemodes\gtarp.pwn(2619) : error 017: undefined symbol "playerid"
D:\Role Play Server\Los Santos Role Play\Los Santos Role Play\Los Santos Role Play\gamemodes\gtarp.pwn(2623) : error 017: undefined symbol "playerid"
D:\Role Play Server\Los Santos Role Play\Los Santos Role Play\Los Santos Role Play\gamemodes\gtarp.pwn(2624) : error 017: undefined symbol "playerid"
Liniile:
[pawn]public IsASurenos()
{
if(newcar == surcar1 || newcar == surcar2 || newcar == surcar3 || newcar == surcar4 || newcar == surcar5 || newcar == surcar6 || newcar == surcar7)
{
if(PlayerInfo[playerid][pMember] == 5 ||PlayerInfo[playerid][pLeader] == 5) { }
else
{
SendClientMessage(playerid,COLOR_GREY," Nu esti membru Surenos ");
RemovePlayerFromVehicle(playerid);
}
}
}[/pawn]
7 answers to this question
Recommended Posts