08.10.2011, 21:05
I am trying to create an include and I tried to use the SetPlayerPos, but this error came up:
D:\yay\testelinclude.pwn(21) : error 055: start of function body without function header
Here is the code:
D:\yay\testelinclude.pwn(21) : error 055: start of function body without function header
Here is the code:
pawn Код:
stock SetStreamPos(playerid, x,y,z);
{
SetPlayerPos(playerid, x, y, z);
}