Cant figure out how to format playerid and player name
#6

Quote:
Originally Posted by RenovanZ
Посмотреть сообщение
pawn Код:
new rank[3]; //new means you've made a NEW empty variable, which the value is null
    new p3[MAX_PLAYER_NAME]; //^^
    new p2[MAX_PLAYER_NAME]; //^^
    new p1[MAX_PLAYER_NAME]; //^^
    new string[128]; //^^
pawn Код:
new variable = 3; //different than this, you've made a new variable with value 3
Learn how to scripting first.
Please, dont be like that. Let me make this clear, see i understand exactly what i am doing as i wrote the code myself, but i am using an "include" from a tutorial to sort out this data. Furthermore, i am using arrays for a reason. But, due to me looping my code, i lost sight of what i was doing. What i am trying to say, i can't get the player name and format it, into the message, without causing the loop go over and over again, unstoppably, and please dont show me links to basic looping tutorials, the only problem is that i can't concentrate into the script, all i need is somebody else's eyes.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)