06.01.2015, 16:56
Simples use variбveis:
Simples nй, para aprimorar mais o sistema olhe:
Booleans
Arrays
Variбveis
Strings
pawn Код:
new Float:PEvento[4 char];
//Comando criar evento
GetPlayerPos(playerid, PEvento{0}, PEvento{1}, PEvento{2});
GetPlayerFacingAngle(playerid, PEvento{3});
SendClientMessageToAll(-1, "Um evento foi criado.");
//Comando ir evento
SetPlayerPos(playerid, PEvento{0}, PEvento{1}, PEvento{2});
SetPlayerFacingAngle(playerid, PEvento{3});
Booleans
Arrays
Variбveis
Strings