11.06.2014, 23:56
Here's something confusing, what kind of seat id is 0?
pawn Код:
for(new i=0; i<MAX_PLAYERS; i++)
{
if(PlayerInfo[i][pTrazerKart] == 1)
{
if(!IsPlayerConnected(i) || IsPlayerInAnyVehicle(i)) continue;
if(Jogadoreskart != 20)
{
PutPlayerInVehicle(i,Carro[Jogadoreskart],1); // 1 so it will put the player as a driver.

