23.11.2010, 21:50
hey, I had this code but i lost it..
basecly, if player has [EDT] tag in front of his name, set his position somewhere else than other people spawn.
i tried this:
but its not part of name, its full name i know, but how do i detect part of name same way?
I had this code before long time ago :/...
basecly, if player has [EDT] tag in front of his name, set his position somewhere else than other people spawn.
i tried this:
Quote:
if (strcmp("[EDT]",pname, true) == 0) { SendClientMessageToAll(COLOR_WHITE, "Member Of [EDT] Has Joined!"); SetPlayerPos(playerid,-394.2638,1521.8910,76); } |
I had this code before long time ago :/...