How to Notifed Player - 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: How to Notifed Player (
/showthread.php?tid=526803)
How to Notifed Player -
kloning1 - 19.07.2014
how to make this
Re: How to Notifed Player -
BroZeus - 19.07.2014
if the verion is outdated then you will not be able to connect to the server even
if you mean the RC version thingy then like this--
pawn Код:
new ver[40];
new mv[20];//holds the main version like 0.3e,0.3z...etc
new rc[20];//holds rc version line RC1,RC2......etc
GetPlayerVersion(playerid, version, sizeof(version));
sscanf(version,"p<->ss",mv,rc);//seprates mainversion from rc version
if(strcmp(rc, "RC2", true))
{
//rc version didnt match do the dialog showing thing here
}
Re: How to Notifed Player -
kloning1 - 19.07.2014
where I have to put it? OnPlayerConnect??
Re: How to Notifed Player -
BroZeus - 19.07.2014
its useless
i just told you how to do it for your knowledge but dont do it
because there is no client downloads for RC updates | Rc are only for SDK[samp develpment kits]
if version will be outdated then the client will not be able to connect to server