14.04.2009, 13:20
The way you wrote it, it only sends a message to you.
If you want it to send a message to everyone:
If you want it to send a message to everyone:
Quote:
if(!strcmp(cmdtext, "/looptrail", true)) { SetPlayerPos(playerid, 2080.822509, -2081.297607, 659.974304); SetPlayerFacingAngle(playerid, 9.962593); SendClientMessageToAll(0xFFFFD5FF, " Welcome to the loop trail! press 2 for nos!"); ResetPlayerWeapons(playerid); return 1; } |