26.01.2014, 06:35
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.
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.