Error
#2

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if (strcmp("/vhelp", cmdtext, true, 10) == 0)
    {
        SendClientMessage(playerid, 0xFFFFFFFF  ,"____________Ulric Car Ownership___________________________";
        SendClientMessage(playerid, 0xFFFFFFFF  ,"*** CAR HELP *** type the command for more help");
        SendClientMessage(playerid, 0xFFFFFFFF  ,"*** CAR *** /vpark /vbuy /vcall /vlock");
        SendClientMessage(playerid, 0xFFFFFFFF  ,"*** CAR *** /vunlock /vplate /vsell /mycar");
        SendClientMessage(playerid, 0xFFFFFFFF  ,"*** CAR *** /openbonnet /closebonnet /buyalarm /alarmon");
        SendClientMessage(playerid, 0xFFFFFFFF  ,"*** CAR *** /alarmoff /opendoor /closedoor /lighton /lightoff")
        return 1;
    }
    return 0;
}
For the first warning, make sure you have

pawn Код:
#include <a_samp>
at the top of your script and the latest includes in your sa-mp server directories
Reply


Messages In This Thread
Error - by Fglz - 01.07.2011, 09:28
Re: Error - by [HiC]TheKiller - 01.07.2011, 11:21

Forum Jump:


Users browsing this thread: 1 Guest(s)