Quote:
| 
					Originally Posted by Andre9977 
 
Quote: 
| 
					Originally Posted by DragSta 
 < shizzle > |  Yes, fixed now.
 
About the cells I forgot - I was about to write MAX_PLAYER_NAME instead of 24, but then something went... wrong. | 
 Ok, well your half way there. But it still wont work, GetName(playerid) directly returns the players name, so it could be used like: 
pawn Code:
printf("Name: %s", GetName(playerid));
 It wont work because you just call it so it gets the players name (yet you dont catch what it returns), then you try and read the NON Global variable... 
