Need help converting .pwn to .amx
#7

Code goes between brackets.

pawn Код:
public callback(params)
{
  //code goes here
}
so you need to find OnGameModeInit, and put the object lines inbetween the brackets:

pawn Код:
public OnGameModeInit()
{
  // then other code can go above/below yours.

  // all your objects go here

  // then other code can go above/below yours.
}
Reply


Messages In This Thread
Need help converting .pwn to .amx - by deloera_512 - 02.11.2009, 05:25
Re: Need help converting .pwn to .amx - by Correlli - 02.11.2009, 09:02
Re: Need help converting .pwn to .amx - by deloera_512 - 02.11.2009, 22:53
Re: Need help converting .pwn to .amx - by Kyosaur - 02.11.2009, 23:06
Re: Need help converting .pwn to .amx - by deloera_512 - 03.11.2009, 04:42
Re: Need help converting .pwn to .amx - by Cedimedi - 03.11.2009, 04:55
Re: Need help converting .pwn to .amx - by Mikep. - 03.11.2009, 08:40

Forum Jump:


Users browsing this thread: 3 Guest(s)