1 Error
#1

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:
pawn Код:
stock SetStreamPos(playerid, x,y,z);
{
    SetPlayerPos(playerid, x, y, z);
}
Reply


Messages In This Thread
1 Error - by Ehab1911 - 08.10.2011, 21:05
Re: 1 Error - by mitosking - 08.10.2011, 21:09
Re: 1 Error - by Jafet_Macario - 08.10.2011, 21:10
Re: 1 Error - by Ehab1911 - 08.10.2011, 21:11

Forum Jump:


Users browsing this thread: 1 Guest(s)