SA-MP Forums Archive
Undefined symbol - 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: Undefined symbol (/showthread.php?tid=443077)



---------- - K3nX - 10.06.2013

----------


Re: Undefined symbol - IceBilizard - 10.06.2013

did u add ?
pawn Код:
dcmd(web,3,cmdtext);



---------- - K3nX - 10.06.2013

----------


Re: Undefined symbol - Newmans - 10.06.2013

Its a required one that can be used in it and a needed path.


Re: Undefined symbol - IceBilizard - 10.06.2013

try this one
pawn Код:
dcmd_web(playerid,params[])
{
#pragma unused params
#pragma unused playerid
new string[128];
format(string, sizeof(string), "Los Santos Roleplay/Cops/Robbers");
SendClientMessageToAll(COLOR_WHITE, string);
SendClientMessageToAll(0x87CEEBAA, "This is NOT a deathmatch server. Do not randomly kill players");
SendClientMessageToAll(0x87CEEBAA, "Visit our website to report bugs/suggestions/complaints etc");
SendClientMessageToAll(0x87CEEBAA, "There is a full list of commands/rules and other information on our website" );
SendClientMessageToAll(0x87CEEBAA, "www.LSCNRV3.tk");
GameTextForAll("~w~www.LSCNRV3.tk", 6000, 0);
return 1;
}
i Tested this in my gamemode works perfect