07.01.2013, 21:12
How to Change walk Style or CJ Run?
public OnGameModeInit()
{
UsePlayerPedAnims();
return 1;
}
error 010: invalid function or declaration error 055: start of function body without function header |
public OnGameModeInit()
{
// Don't use these lines if it's a filterscript
SetGameModeText("Blank Script");
UsePlayerPedAnims();
AddPlayerClass(0, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
return 1;
}
Try like this:
pawn Код:
|
error 010: invalid function or declaration error 021: symbol already defined: "SetGameModeText" error 055: start of function body without function header |