SA-MP Forums Archive
need help here - 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: need help here (/showthread.php?tid=490295)



need help here - Youssef214 - 26.01.2014

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.


Re: need help here - Youssef214 - 26.01.2014

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


Re: need help here - Youssef214 - 26.01.2014

thanks you helped me + I got no problems.