10.12.2009, 11:09
ok i have 2 errors here :
Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp("/menu", cmdtext, true, 10) == 0)
{
ShowPlayerDialog(playerid, DIALOG_BASE + 2, DIALOG_STYLE_LIST, "Vieta", "spawn\sf", "teleportuotis", "cancel");
return 1;
}
Код:
C:\Users\Vip\Downloads\samp03asvr_R3_win32\gamemodes\GamemodeByMantas7776.pwn(155) : error 027: invalid character constant C:\Users\Vip\Downloads\samp03asvr_R3_win32\gamemodes\GamemodeByMantas7776.pwn(155) : error 027: invalid character constant Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 2 Errors.

