Warning, Tag mismatch
#2

Try this Codee here from Wiki SA:MP (its maybe the same like yours but watch if you did something wrong!

Код:
forward message(second, msg[]);
 
public OnGameModeInit()
{
    print("Starting timer...");
    SetTimerEx("message", 1000, false, "is", 1337, "hello!");
}
 
public message(second, msg[])
{
    printf("%i second has passed, also we have a message: %s", second, msg);
    return 1;
}
Reply


Messages In This Thread
[SOLVED] Warning, Tag mismatch - by guitarmandanny - 25.10.2012, 07:02
Re: Warning, Tag mismatch - by WizBoy - 25.10.2012, 07:50
Re: Warning, Tag mismatch - by park4bmx - 25.10.2012, 07:52
Respuesta: Warning, Tag mismatch - by guitarmandanny - 25.10.2012, 08:00
Re: Warning, Tag mismatch - by Emmet_ - 25.10.2012, 08:02
Respuesta: Re: Warning, Tag mismatch - by guitarmandanny - 25.10.2012, 08:04

Forum Jump:


Users browsing this thread: 2 Guest(s)