13.07.2012, 16:29
Hello
i need some help... i mead a teleport cmd's but it have 1error.. i can't find it.. please help
my teleport cmd's:
Gate system:
i need help with a gate system too... in my Apartment gate... please help... the Create objects of the Gate:
CreateObject(980, -138.60, -1638.56, 3.16, 0.00, 0.00, 5.0
;
CreateObject(980, -124.56, -1637.61, 3.27, 0.00, 0.00, 6.0
;
i need some help... i mead a teleport cmd's but it have 1error.. i can't find it.. please help
my teleport cmd's:
Код:
#include <a_samp>
public OnPlayerCommandText(playerid, cmdtext[])
{
if(strcmp(cmdtext, "/apartment", true,7))
{
SetPlayerPos(playerid, -131.6455,-1635.9362,3.3750);
SendClientMessage(playerid, 0x00FF00AA, "You have teleported to Apartmet!.");
return 1;
}
Gate system:
i need help with a gate system too... in my Apartment gate... please help... the Create objects of the Gate:
CreateObject(980, -138.60, -1638.56, 3.16, 0.00, 0.00, 5.0
;CreateObject(980, -124.56, -1637.61, 3.27, 0.00, 0.00, 6.0
;


