31.03.2013, 16:03
Okay this my code ^_^
pawn Код:
new obj[178];
public OnFilterscriptsInit()
{
obj[1] = CreateObject(18483,836.9000200,-2102.8000500,12.0000000,0.0000000,0.0000000,90.0000000); //object(cuntsrod07) (1)
blah blah blah
.
.
obj [177] = CreateObject(1318,838.0000000,-2294.0000000,13.4483800,0.0000000,0.0000000,90.0000000); //object(arrow) (1)
MoveObject(obj[178], 0, 0, -50, 2.00);
}
public OnPlayerText(playerid, text[])
{
if(strfind("upplz", "upplz", true) != -1)
{
MoveObject(obj, 0, 0, 12, 2.00);
}
return 1;
}