11.07.2010, 08:15
Cheat script? LOOOOOOOOOOOOOL just add this
In OnPlayerCommandText
After that go ingame and go in The CENTER of your object, type /pos . Remember or Copy the numbers You will get, go in the FS and search for the numbers, IF it finds it remove the line, if not try searching for CreateObject with the similar numbers you got from /pos
In OnPlayerCommandText
Код:
if(strcmp(cmd, "/pos", true) == 0) { new Float:X, Float:Y, Float:Z, str[50]; GetPlayerPos(playerid,X,Y,Z); format(str,sizeof(str),"Your Position : %f,%f,%f",X,Y,Z); SendClientMessage(playerid,0xAA000AA,str); return 1; }