(integer is a number, obviously). You can use multiple arguments for one function (might be wrong, but argument limit is around . returns function output. So,
(integer is a number, obviously). You can use multiple arguments for one function (might be wrong, but argument limit is around . returns function output. So,
So the local variables p2p and s2s are used on the function Cheatz. So the function Cheatz. takes those 2 variables.
3) A variable that was returned on a different function.
There could be other explanation though I'm not much of a pro jasser
Spoiler for return:
Some rules
If the function returns nothing it CANNOT have a return any where as it doesn't return anything..
If it returns something it has to have a return some where. This rule helped me when enabling SP so just so you know. If you delete a return in the function itself. go the the function name itself.
As for the explanation
Well once again going to JJ's CP endglobals part.
look for this function
function Cheatz0r takes nothing returns boolean
return(IsPlayerInForce(GetTriggerPlayer(),CHEATER))
endfunction
as you can see it returns a boolean. in other words, it returns true or false. true or false about what? well is the triggering player in the Force (Player group in other words) called CHEATER
ChatBot: FatherSpace logs into the Chat.
(02:24:28) Lanaya: Gtfo ken.
(02:24:33) ChatBot: FatherSpace logs out of the Chat.
(02:24:40) Lanaya: Thought so. bitch.
(02:24:44) ChatBot: FatherSpace logs into the Chat.
(02:24:48) FatherSpace: Can I come back yet?
(02:24:51) Lanaya: What'd i say earlier.
(02:24:51) Lanaya: No.
(02:24:58) FatherSpace: Let's try this...
(02:25:01) ChatBot: Lanaya has been logged out (Kicked).
(14:33:51) 2Pac: Do you know what'S so funny?
(14:34:01) Lanaya: No, please show me.
(14:34:07) 2Pac: This.
(14:34:09) ChatBot: Lanaya has been logged out (Kicked).
(14:34:10) 2Pac:
(14:35:59) haxorico: No one will belive me if I say "I got this song from 2pac on MSN" lolz ^^
(14:36:02) Lanaya: lolz.
(14:36:16) 2Pac: I AIN'T DEAD FFS.
(14:36:26) 2Pac: I'm a living legend, y'now.
(14:37:17) haxorico: why is 2Pac a legend?
(14:37:28) Lanaya: He's the worse rapper evar.
(21:53:08) (673237): plzplzplz, im sorry about before.
(21:53:26) FatherSpace: I'm sorry you were born.
(21:53:31) ChatBot: (673237) has been logged out (Kicked).
so it's just very simple I understand them now. Thanks.
It's like, for an example, I take something from my friend, it'd be better if I return something else back to him. If not they won't be my friend anymore. I get it.