- 0
Problema
-
Similar Content
-
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
kdlife
Ma poate ajuta cineva cu eroarea asta?
fRP_core.pwn(204) : error 017: undefined symbol "OnDuty"
fRP_core.pwn(216) : error 017: undefined symbol "pLeader"
fRP_core.pwn(218) : error 017: undefined symbol "FactionSkin"
fRP_core.pwn(220) : error 017: undefined symbol "pLeader"
fRP_core.pwn(222) : error 017: undefined symbol "FactionSkin"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
5 Errors.
Iar liniile sunt incepand de la 204 pana la 222:
if(Pi[OnDuty] == 0)
{
if(Pi[spawn])
{
Send:2(playerid,"LS nu este disponibil");
SetSpawnInfo(playerid,0,Pi[skin],X,Y,Z,0,0,0,0,0,0,0);
}else
{
SetSpawnInfo(playerid,0,Pi[skin],X,Y,Z,0,0,0,0,0,0,0);
}
}else
{
if(Pi[pLeader] == 1 && Pi[pMember] == 1)
{
SetSpawnInfo(playerid,0,Pi[FactionSkin],2340.6997,2456.0303,14.9688,0,0,0,0,0,0,0);
}
if(Pi[pLeader] == 0 && Pi[pMember] == 0)
{
SetSpawnInfo(playerid,0,Pi[FactionSkin], 2345.6997,2456.0303,84.9688,0,0,0,0,0,0,0);
4 answers to this question
Recommended Posts