23.04.2013, 20:01
Acho que o problema e nos coimando aki a fs toda
pawn Код:
#include <a_samp>
new conce;
#if defined FILTERSCRIPT
#else
#endif
public OnGameModeInit()
{
conce = CreateObject(975, 1286.3000488281, -1651, 14.199999809265, 0.0000, 0.0000, 270.0000);
return 1;
}
public OnPlayerCommandText(playerid, cmdtext[])
{
if(strcmp(cmdtext, "/abc59", true) == 0)
{
if(PlayerInfo[playerid][pAdmin] <= 1)
{
MoveObject(conce,1286.3000488281, -1661, 14.199999809265, 3.0);
SendClientMessage(playerid, 0x9E3EFFAA, "A Concessionбria Esta Sendo Aberta");
return 1;
}
if(strcmp(cmdtext, "/fbc59", true) == 0)
{
if(PlayerInfo[playerid][pAdmin] <= 1)
{
MoveObject(conce,1286.3000488281, -1651, 14.199999809265, 3.0);
SendClientMessage(playerid, 0x9E3EFFAA, "A Concessionбria Esta Sendo Fechada");
return 1;
}
return 0;
}