I have a question? - 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)
+--- Thread: I have a question? (
/showthread.php?tid=333960)
I have a question? -
sampmark05 - 13.04.2012
what is the difference in SendClientMessage and SendClientMessageEx?
Re: I have a question? -
tyler12 - 13.04.2012
Same with
SetTimerEx
SetTimer
AddStaticVehicle
AddStaticVehicleEx*
Im sure theres more, im not sure what it does tho :S
EDIT:
AddStaticVehicleEx
Код:
You can use this function to add vehicles to your gamemode. This function can only create vehicles in the OnGameModeInit callback, and vehicles created with this function cannot be removed. Check CreateVehicle if you are interested in creating vehicles during game-runtime.
AddStaticVehicle
Код:
ou can use this function to add vehicles to your gamemode. This function can only create vehicles in the OnGameModeInit and the OnFilterScriptInit callback. Check CreateVehicle if you are interested in creating vehicles during game-runtime.
Re: I have a question? -
emokidx - 13.04.2012
SendClientMessagEx is not a default function in samp
and
https://sampwiki.blast.hk/wiki/SendClientMessage
Re: I have a question? -
sampmark05 - 13.04.2012
Can i change all SendClientMessageEx into SendClientMessage?
Re: I have a question? -
IstuntmanI - 13.04.2012
SendClientMessageEx is not a default SA:MP function, show us how you use it and how it is defined.
Re: I have a question? -
Ptcl® - 13.04.2012
I am not soo sure but i think SendClientMessage is just for the person who is using the command and SendClientMessageEx is for all - i think but not so sure !
Re: I have a question? -
Cjgogo - 13.04.2012
Quote:
Originally Posted by Ptcl®
I am not soo sure but i think SendClientMessage is just for the person who is using the command and SendClientMessageEx is for all - i think but not so sure !
|
Well,your thinking reeeeeeally bad,SendClientMessageToAll is for all,and SendClientMessage for 1 player,SendClientMessageEx is not a default function
Re: I have a question? -
sampmark05 - 13.04.2012
Who created SendClientMessageEx?
Re: I have a question? -
sampmark05 - 13.04.2012
What will Happened if i change SendClientMessageEx into SendClientMessage?
Re: I have a question? -
IstuntmanI - 13.04.2012
Quote:
Originally Posted by costel_nistor96
SendClientMessageEx is not a default SA:MP function, show us how you use it and how it is defined.
|
4char