/spec ID /teleportto ID /teleporthere ID /ramp
#4

Thats a bit complicated...why dont you better make someone spec someone else and send a clientmessage to the other ID ..?

like

under #endif

stock IsNumeric(string[]) { for (new i = 0, j = strlen(string); i < j; i++) if (string[i] > '9' || string[i] < '0') return 0; return 1; }

onplayecmdtext ...etc

new string[56], id = (IsNumeric(params)) ? strval(params) : GetPlayerId(params);
format(string,sizeof(string),"%s now specing you", playerid);
SendClientMessage(id,string);

somehow like that..
Reply


Messages In This Thread
/spec ID /teleportto ID /teleporthere ID /ramp - by asdfgh98 - 08.08.2009, 16:11
Re: /spec ID /teleportto ID /teleporthere ID /ramp - by The_Tough - 08.08.2009, 16:14
Re: /spec ID /teleportto ID /teleporthere ID /ramp - by asdfgh98 - 08.08.2009, 16:28
Re: /spec ID /teleportto ID /teleporthere ID /ramp - by The_Tough - 08.08.2009, 16:33
Re: /spec ID /teleportto ID /teleporthere ID /ramp - by asdfgh98 - 09.08.2009, 05:42

Forum Jump:


Users browsing this thread: 1 Guest(s)