Errors
#1

pawn Код:
PlayerInfo[playerid][Faction] == factionid;
        PlayerInfo[playerid][Rank] == 6;
Код:
C:\Documents and Settings\james\Desktop\Titanium Roleplay GM\Titanium Roleplay v1.0\gamemodes\test.pwn(576) : warning 215: expression has no effect
C:\Documents and Settings\james\Desktop\Titanium Roleplay GM\Titanium Roleplay v1.0\gamemodes\test.pwn(577) : warning 215: expression has no effect
can anyone help please what dose this mean?
Reply
#2

PlayerInfo[playerid][Faction] = factionid;
PlayerInfo[playerid][Rank] = 6;
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)