14.07.2010, 18:34
If you want to use "true" and "false", you can't do this:
You need to use "s" for strings.
Then you need to use "strcmp" to compare the strings where you called the remote function from.
CallRemoteFunction @ the WIKI
Код:
if(CallRemoteFunction("Joined[i]", "f", "true")) return SendClientMessage(playerid, COLOR_RED, "== You Can't do this");
Then you need to use "strcmp" to compare the strings where you called the remote function from.
CallRemoteFunction @ the WIKI