Advertisement
Guest User

Untitled

a guest
Mar 3rd, 2015
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. public Action:OnPlayerSpawn(Handle:event, const String:Name[], bool:dontBroadcast)
  2. {
  3. new Client = GetClientOfUserId(GetEventInt(event, "userid"));
  4.  
  5. if (GetClientTeam(Client) == CS_TEAM_CT)
  6. {
  7. CPrintToChat(Client, "%s : {Purple}Vous pouvez tapé !dct quand tu et le dernier suvivant des ct.", Prefix);
  8. }
  9.  
  10. for (new i = 1; i <= GetMaxClients(); i++)
  11. {
  12. if (IsClientInGame(i))
  13. {
  14. UsedCmd[i] = 0;
  15. }
  16. }
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement