Errors - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Errors (
/showthread.php?tid=447087)
Errors -
semaj - 28.06.2013
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?
Re: Errors -
Naruto_Emilio - 28.06.2013
PlayerInfo[playerid][Faction] = factionid;
PlayerInfo[playerid][Rank] = 6;