15.01.2012, 20:33
Nevermind fixed :P thanks.
Hey guys well i decide to start scripting a gamemode after lot time...well i just put a simple command to teleport somewhere...and it show me warning..-.-
everytime i add a fuction on a callback it gives me 1 more warnings ...what is wrong why that happens... example: pawn Код:
thanks in advance ![]() |
public OnPlayerConnect(playerid)
{
SendClientMessage(playerid,-1,"Welcome to test script!");
return 1;
}
public OnPlayerConnect(playerid)
{
SendClientMessage(playerid,-1,"Welcome to test script!");
return 1;
}
pawn Код:
EDIT: LMAO at your signature... "Pawn scripter" - You haven't even got your head around indentation yet! |