SA-MP Forums Archive
What does this mean? - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: What does this mean? (/showthread.php?tid=123361)



What does this mean? - Sal_Kings - 25.01.2010

Код:
if (player[playerid][caller] == 255)



Re: What does this mean? - mansonh - 25.01.2010

it means you need to go here: https://sampwiki.blast.hk/wiki/Scripting_Basics
and here: Are you a scripting beginner?

it also means the evaluation of the variable in the array of player at playerid at caller to whether it equals 255.
in lamens terms does player[playerid][caller] equal 255


Re: What does this mean? - kmzr - 25.01.2010

Quote:
Originally Posted by Sal_Kings
Код:
if (player[playerid][caller] == 255)
You have 268 posts and don't understand the simpleness of this tiny peice of code?


Re: What does this mean? - sansabadawg - 25.01.2010

Some people don't come to these forums for scripting.