How to Notifed Player
#1

how to make this
Reply
#2

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
}
Reply
#3

where I have to put it? OnPlayerConnect??
Reply
#4

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)