need help here
#1

When I Try To Compile It Says:
F:\Games 1\Gta San Andreas Multiplayer\filterscripts\LuxAdmin.pwn(690) : error 035: argument type mismatch (argument 3)
F:\Games 1\Gta San Andreas Multiplayer\filterscripts\LuxAdmin.pwn(689) : warning 204: symbol is assigned a value that is never used: "text"

at This:

dcmd_viptext(playerid,params[]) {
if(!strlen(params) || !IsNumeric(params))
{
return SendClientMessage(playerid,red,"USAGE: /viptext [Text]");
}
if(IsPlayerVipType(playerid, 1))
{
new text=strval(params);
Update3DTextLabelText(label, 0xFFEE00FF, text);
}
else
{
SendClientMessage(playerid,red, "ERROR: You Are Not A Vip!");
}
return 1;
}

I need Help at this please.
Reply
#2

you dont understand,when i type /viptext [text] i want the text i wrote shows as a 3TextLabel on my head in samp

sry i cant make it on pwn codes
Reply
#3

thanks you helped me + I got no problems.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)