Explanations of (don't know -.-)
#2

I think != means does not equip to, for example
PHP код:
if(PlayerInfo[playerid][pMember] != 1) return SendClientMessage(playerid,COLOR_GRAY,"Error: You're not in group 1."); 
And == means Equals,
PHP код:
 If(PlayerInfo[playerid][pMember] == 1) return SendClientMessage(playerid,COLOR_GRAY,"Successfull: You're in group 1."); 
Reply


Messages In This Thread
Explanations of (don't know -.-) - by Armqus_FIN - 06.12.2011, 05:56
Re: Explanations of (don't know -.-) - by Azzeto - 06.12.2011, 06:02
Re: Explanations of (don't know -.-) - by Scones - 06.12.2011, 06:06
Re: Explanations of (don't know -.-) - by [L3th4l] - 06.12.2011, 06:07
Re: Explanations of (don't know -.-) - by Chris White - 06.12.2011, 06:10
Re: Explanations of (don't know -.-) - by Armqus_FIN - 06.12.2011, 06:21
Re: Explanations of (don't know -.-) - by Chris White - 06.12.2011, 06:25
Re: Explanations of (don't know -.-) - by [MG]Dimi - 06.12.2011, 06:27
Re: Explanations of (don't know -.-) - by Chris White - 06.12.2011, 06:35
Re: Explanations of (don't know -.-) - by Kostas' - 06.12.2011, 08:29

Forum Jump:


Users browsing this thread: 1 Guest(s)