Help!
#2

pawn Код:
new door;

public OnGameModeInit()
{
door = CreateObject(....)
return 1;
}

public OnPlayerCcommandText(playerid, cmdtext[])
{
if(!strcmp(cmdtext, "/opendoor", true) == 0)
{
MoveObject(door, ....)
return 1;
}

return 0;
}
Reply


Messages In This Thread
Help! - by TKZ227 - 23.05.2010, 01:40
Re: Help! - by ViruZZzZ_ChiLLL - 23.05.2010, 01:43
Re: Help! - by TKZ227 - 23.05.2010, 01:48
Re: Help! - by coole210 - 23.05.2010, 02:32

Forum Jump:


Users browsing this thread: 2 Guest(s)