I need help with error's - 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 need help with error's (
/showthread.php?tid=519434)
I need help with error's -
arlindi - 14.06.2014
FIXED
Re: I need help with error's -
RenovanZ - 14.06.2014
pawn Код:
if(pInfo[playerid][Adminlevel] >= 1)
{
SendClientMessage(playerid,0xFFFFFFFF, "Logged in as an{FF0000} Admin.");
}
else if(pInfo[playerid][VIPlevel] >= 1)
{
SendClientMessage(playerid,0xFFFFFFFF, "Logged in as an{FF0000} Donating Player.");
}
else
{
SendClientMessage(playerid,0xFFFFFFFF, "Logged in as an{00FFFF} Registered Player.");
}
}
}
Re: I need help with error's -
Laure - 14.06.2014
ops already posted xD
Re: I need help with error's -
GeekSiMo - 14.06.2014
Try this !!!
Quote:
if(pInfo[playerid][Adminlevel] >= 1)
{
SendClientMessage(playerid, 0xFFFFFFFF, "Logged in as an{FF0000} Admin.");
}
else
}
if(pInfo[playerid][VIPlevel] >= 1)
{
SendClientMessage(playerid, 0xFFFFFFFF, "Logged in as an{FF0000} Donating Player.");
}
else
{
SendClientMessage(playerid,0xFFFFFFFF, "Logged in as an{00FFFF} Registered Player.");
}
}
|
Re: I need help with error's -
arlindi - 14.06.2014
Also help mee i want to make if player more than 30 score send client message regular player
Re: I need help with error's -
1FreeHost - 14.06.2014
Just hire a scripter for your server.
Ask in thread looking for helpers/scripters.
Re: I need help with error's -
arlindi - 14.06.2014
Please show me ehere .
Re: I need help with error's -
tandytanz - 14.06.2014
pawn Код:
if(pInfo[playerid][Adminlevel] >= 1)
{
SendClientMessage(playerid,0xFFFFFFFF, "Logged in as an{FF0000} Admin.");
}
else
{
if(pInfo[playerid][VIPlevel] >= 1)
{
SendClientMessage(playerid,0xFFFFFFFF, "Logged in as an{FF0000} Donating Player.");
}
else
{
SendClientMessage(playerid,0xFFFFFFFF, "Logged in as an{00FFFF} Registered Player.");
}
}
Here's fixed
Re: I need help with error's -
arlindi - 14.06.2014
Quote:
Originally Posted by arlindi
Also help mee i want to make if player more than 30 score send client message regular player
|
I want this
Re: I need help with error's -
AroseKhanNiazi - 29.06.2014
really x_man who does all the scripting for your server -__-
Re: I need help with error's -
arlindi - 29.06.2014
I am not x_man Bro i am iffet.
____________________________________
Help mee here :
http://forum.sa-mp.com/showthread.ph...=1#post3101406
Re: I need help with error's -
AroseKhanNiazi - 29.06.2014
sorry
Re: I need help with error's -
arlindi - 29.06.2014
http://forum.sa-mp.com/showthread.ph...=1#post3101406
Help mee Bro