14.01.2011, 21:41
If i am in a vehicle then i do, /goto, then the vehicle should follow me witch it dosent.. same with "Get Here"
Anyone who can FIX it?
Goto
Get Here
And O.o Why dosend this work =/ (im using a dialog)
Anyone who can FIX it?
Goto
pawn Код:
SetPlayerInterior(playerid, GetPlayerInterior(targetid));
SetPlayerVirtualWorld(targetid,GetPlayerVirtualWorld(playerid));
new Float:x, Float:y, Float:z;
GetPlayerPos(targetid, x,y,z);
SetPlayerPos(playerid, x+1,y,z);
pawn Код:
SetPlayerInterior(playerid, GetPlayerInterior(targetid));
SetPlayerVirtualWorld(targetid,GetPlayerVirtualWorld(playerid));
new Float:x, Float:y, Float:z;
GetPlayerPos(playerid, x,y,z);
SetPlayerPos(targetid, x+1,y,z);
pawn Код:
for(new i = 0; i < MAX_PLAYERS; i++)
{
format(string, sizeof(string), "Server admin have killed evryone, Muwhaha");
SendClientMessageToAll(COLOR_ADMIN, string);
SetPlayerHealth(i, 0);
return 1;
}