Guest User

Untitled

a guest
Feb 19th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.44 KB | None | 0 0
  1.                     for(new i = 0; i < MAX_PLAYERS; i++)
  2.                     {
  3.                         if(IsPlayerConnected(i))
  4.                         {
  5.                             new playername[24];
  6.                             GetPlayerName(i, playername, sizeof(playername));
  7.                             if(!strcmp(playername, VehInfo[veh][vOwner], true))
  8.                             {
  9.                                 SendClientMessage(playerid,COLOR_LIGHTBLUE,"Your car was sold to market by an admin!");
  10.                                 return 1;
  11.                             }
  12.                         }
  13.                     }
Add Comment
Please, Sign In to add comment