Bit Of Problem...
#7

If you have the command in the FS and if you want to call from within the FS then use the code
Quote:
Originally Posted by DJDhan
Under OnPlayerConnect
Код:
new str[128];
format(str,128,"/snow");
CallLocalFunction("OnPlayerCommandText", "is", playerid, str));
under OnPlayerConnect in the FS.

If you want to put the call under the GM's OnPlayerConnect, use
Код:
new str[128];
format(str,128,"/snow");
CallRemoteFunction("OnPlayerCommandText", "is", playerid, str));
Reply


Messages In This Thread
Bit Of Problem... - by matthewdriftking - 21.06.2010, 08:41
Re: Bit Of Problem... - by DJDhan - 21.06.2010, 09:07
Re: Bit Of Problem... - by matthewdriftking - 21.06.2010, 09:23
Re: Bit Of Problem... - by DJDhan - 21.06.2010, 09:25
Re: Bit Of Problem... - by matthewdriftking - 21.06.2010, 10:03
Re: Bit Of Problem... - by Mina - 21.06.2010, 10:06
Re: Bit Of Problem... - by DJDhan - 21.06.2010, 10:06
Re: Bit Of Problem... - by matthewdriftking - 21.06.2010, 10:29
Re: Bit Of Problem... - by matthewdriftking - 21.06.2010, 13:28

Forum Jump:


Users browsing this thread: 1 Guest(s)