Hey all.
#4

Quote:
Originally Posted by trapstar2020
Посмотреть сообщение
pawn Код:
forward test();
public test()
{
//function u want to be done here
}
//or
forward test(playerid);
public test(playerid)
{
//place fuction u want to be done here
}
The best way is to forwad by this way rather than above way
pawn Код:
forward public test();
public test()
{
    //function u want to be done here
}

forward public test(playerid);
public test(playerid)
{
    //place fuction u want to be done here
}
Quote:

The only difference, it seems, is it enforces some extra restrictions. By SLICE

Reply


Messages In This Thread
Hey all. - by Gangster-rocks - 01.10.2012, 14:34
Re: Hey all. - by newbienoob - 01.10.2012, 14:36
Re: Hey all. - by trapstar2020 - 01.10.2012, 14:59
Re: Hey all. - by Danyal - 01.10.2012, 15:47
Re: Hey all. - by dannyk0ed - 01.10.2012, 15:51
Re: Hey all. - by Gangster-rocks - 01.10.2012, 16:10

Forum Jump:


Users browsing this thread: 3 Guest(s)