[REQ]GameMode_Command
#4

Oh wait I didn't see it 100% xD
Explode:
Код:
1) Get Player pos from params (use strtok for params)
2) Create explosion at the player's post (X,Y,Z)
Get:
Код:
1) Get your own pos
2) Teleport player from params (strtok) to that pos
Go to:
Код:
1) Get player pos from params (strtok)
2) Set your own pos to that
Get Player Pos: GetPlayerPos(playerid, &Float:X, &Float:Y, &Float:Z);
Set Player Pos: SetPlayerPos(playerid, Float:X, Float:Y, Float:Z);
Create Explosion: CreateExplosion(Float:X, Float:Y, Float:Z, type, Float:radius);
Reply


Messages In This Thread
[REQ]GameMode_Command - by gabrissxxx - 21.01.2011, 18:16
Re: [REQ]GameMode_Command - by Kwarde - 21.01.2011, 18:23
Re: [REQ]GameMode_Command - by gabrissxxx - 21.01.2011, 18:39
Re: [REQ]GameMode_Command - by Kwarde - 21.01.2011, 18:52
Re: [REQ]GameMode_Command - by gabrissxxx - 21.01.2011, 19:02
Re: [REQ]GameMode_Command - by Kwarde - 21.01.2011, 19:09
Re: [REQ]GameMode_Command - by gabrissxxx - 22.01.2011, 20:26

Forum Jump:


Users browsing this thread: 1 Guest(s)