- 0
Error 017: Undefined symbol "member"
-
Similar Content
-
- 1 reply
- 2.001 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
AlexVs
E:\Server SAMP\gamemodes\gf.pwn(13225) : error 017: undefined symbol "member"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
if(strcmp(cmd, "/ExitVLA", true) == 0)
if(member==12)
if (PlayerToPoint(3.0, playerid,-974.4528,1061.2281,1345.6753))
{
SetPlayerInterior(playerid,0);
SetPlayerPos(playerid,731.5355,-1276.1060,17.6484);
PlayerInfo[playerid][pInt] = 0;
PlayerInfo[playerid][pLocal] = 255;
}
Vreau sa fac ca atunci cand esti in TRAINING cand vrei sa iesi din VLA Training sa scrii /ExitVLA si sa mearga doar pt VLA , si /ExitLSV pt LSV-isti
3 answers to this question
Recommended Posts