Whats wrong here?
#1

I have a small problem.
What's wrong here?
Код:
error 076: syntax error in the expression, or invalid function call
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase
1 Error.
Pawno Code
pawn Код:
CMD:cmds(playerid,params[])
{
    new string[2000];
    strcat(string, ""WHITE"/commands - Shows you the commands\n/rules - Shows you the rules\n/afk,/back,/afklist - Sets your stats to (non)afk and shows you the afk list\n* Notis007 - Roleplay command\n/kill - Kills you\n/reclass - Forces you to class selection\n/report - Reports a player\n/pm - Sends a PM to a player\n/admins - Shows theo nline admins\n/vcmds - Shows the VIP commands\n/acmds - Shows the admin commands\n/weaponshop - Shows available to buy weapons");
    ShowPlayerDialog(playerid,984,DIALOG_STYLE_MSGBOX,""CYAN"San Fierro Gang Wars - Commands",strcat,"OK","");
    return 1;
}
So as you can see im not so good with the strcat
Reply


Messages In This Thread
Whats wrong here? - by Notis007 - 04.02.2013, 12:06
Re: Whats wrong here? - by LarzI - 04.02.2013, 12:14
Re: Whats wrong here? - by Notis007 - 04.02.2013, 12:17

Forum Jump:


Users browsing this thread: 1 Guest(s)