25.08.2012, 12:04
Hi. My problems:
1. I set player world to 1, but i don't see pickups? why? how to set pickup virtual world?
2. When player spawn i get player color and set it to variable:
But when i print variable, or color i get 0:
3. When player die i send death message:
3.1. Player in other world get death message?
3.2. I write text in 0 world, but player is in 1 world, he get message?
3.3. Death message will see all players?
1. I set player world to 1, but i don't see pickups? why? how to set pickup virtual world?
2. When player spawn i get player color and set it to variable:
Code:
SAVEPLAYERCOLOR[ playerid ] = GetPlayerColor( playerid );
Code:
printf("PLAYER COLOR: %d", GetPlayerColor( playerid ) ); printf("COLOR: %d",SAVEPLAYERCOLOR[ playerid ] );
Code:
SendDeathMessage(killerid, playerid, reason);
3.2. I write text in 0 world, but player is in 1 world, he get message?
3.3. Death message will see all players?