[HELP]Eror 017 PWN
#2

Where the hell are you putting it? Learn basic scripting before asking for help. You are putting it somewhere that playerid isn't specified. If you want the buildings to be removed when the player enters, or when the gamemode starts (impossible) just place that code under OnPlayerConnect.

pawn Код:
public OnGameModeInit()
{
    //Wrong, no playerid parameter
   
public OnPlayerConnect(playerid) //Playerid parameter
{
    //Correct
Reply


Messages In This Thread
[HELP]Eror 017 PWN - by UserIndonesia - 16.08.2012, 18:54
Re: [HELP]Eror 017 PWN - by Kindred - 16.08.2012, 18:56
Re: [HELP]Eror 017 PWN - by UserIndonesia - 16.08.2012, 19:03
Re: [HELP]Eror 017 PWN - by Kindred - 16.08.2012, 19:07
Re: [HELP]Eror 017 PWN - by Sandiel - 16.08.2012, 19:22
Re: [HELP]Eror 017 PWN - by xSkullx - 16.08.2012, 19:34

Forum Jump:


Users browsing this thread: 2 Guest(s)