one Question
#1

Is it possible to modify so that the ranges are possible? getplayerscore ?


stock GetvpFromLevel(playerid)
{
new vp[40];
switch(PlayerInfo[playerid][score])
{
case 0:
{
vp = "Player";
}
case 1:
{
vp = "Rank 1";
}
case 2:
{
vp = "Rank 2";
}
case 3:
{
vp = "Rank 3";
}
case 4:
{
vp = "pro";
}
case 5:
{
vp = "killer noob 5";
}
case 6:
{
vp = "killer pro6";
}
}
return vp;
}
Reply


Messages In This Thread
one Question - by nbx2000 - 29.10.2018, 04:55
Re: one Question - by g1venchy - 29.10.2018, 05:47

Forum Jump:


Users browsing this thread: 3 Guest(s)