11.04.2011, 06:58
pawn Код:
if(strcmp(cmdtext, "/callhydra", true) == 0)
{
if(IsPlayerInRangeOfPoint(playerid, 7, 2728.0461,-2302.7786,16.5892))
{
new Float:x, Float:y, Float:z;
GetPlayerPos(playerid, x, y, z);
new hydra = AddStaticVehicleEx(520, x, y, z, 0, 1, 1, 240);
PutPlayerInVehicle(playerid, hydra, 0);
return 1;
}
}