31.12.2012, 16:13
(
Последний раз редактировалось Villa_Man; 31.07.2013 в 09:13.
Причина: Removed because of RNG Privacy & Policy.
)
Removed because of RNG Privacy & Policy.
if(strcmp("/light_place", cmdtext, true) == 0){ SetPlayerPos(playerid, 2286.5490722656, -1664.9819335938, 14.960815429688); SetPlayerFacingAngle(playerid, 180); SendClientMessage(playerid, 0x4EDED7FF, "Welcome to The Light Place in Los Santos!"); SetPlayerTime(playerid,0,0); return 1; }
You can shorten your TP code some:
Код:
if(strcmp("/light_place", cmdtext, true) == 0){ SetPlayerPos(playerid, 2286.5490722656, -1664.9819335938, 14.960815429688); SetPlayerFacingAngle(playerid, 180); SendClientMessage(playerid, 0x4EDED7FF, "Welcome to The Light Place in Los Santos!"); SetPlayerTime(playerid,0,0); return 1; } |