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
#2

Toggle ";" at the end of stock.
Reply
#3

pawn Код:
stock SetStreamPos(playerid, x,y,z)
{
    SetPlayerPos(playerid, x, y, z);
}
Too late cause: This forum requires that you wait 120 seconds between posts. Please try again in 86 seconds.
Reply
#4

Thank you Jafet !
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)