PutPlayerInVehicle
#6

If you want to use "true" and "false", you can't do this:
Код:
if(CallRemoteFunction("Joined[i]", "f", "true")) return SendClientMessage(playerid, COLOR_RED, "== 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
Reply


Messages In This Thread
Disable commands - by rbN. - 14.07.2010, 15:24
Re: PutPlayerInVehicle - by MadeMan - 14.07.2010, 15:26
Re: PutPlayerInVehicle - by rbN. - 14.07.2010, 15:37
Re: PutPlayerInVehicle - by MadeMan - 14.07.2010, 15:44
Re: PutPlayerInVehicle - by rbN. - 14.07.2010, 18:21
Re: PutPlayerInVehicle - by DJDhan - 14.07.2010, 18:34
Re: PutPlayerInVehicle - by rbN. - 14.07.2010, 18:38
Re: PutPlayerInVehicle - by MadeMan - 14.07.2010, 18:48
Re: PutPlayerInVehicle - by rbN. - 14.07.2010, 18:56
Re: PutPlayerInVehicle - by Jefff - 15.07.2010, 00:22

Forum Jump:


Users browsing this thread: 1 Guest(s)