if (strcmp("/test", cmdtext, true) == 0) { new Float ![]() new string[128]; new name[MAX_PLAYER_NAME]; format(string, sizeof(string), "test:%i",name); housesale = Create3DTextLabel(string,0x006400FF,xa,ya,za); return 1; } |
if (strcmp("/test", cmdtext, true) == 0) { new Float:xa,Float:ya,Float:za; new string[128]; new name[MAX_PLAYER_NAME]; format(string, sizeof(string), "test:%i",name); GetPlayerPos(playerid, xa, ya, za); housesale = Create3DTextLabel(string,0x006400FF,xa,ya,za); return 1; }