24.12.2012, 18:27
Hello, I'm just wondering what this actully means?
Where there is no || && etc its just blank
for example
pawn Код:
if(somecondition)
{
//code
}
//or
while(somecondition)
{
//code
}
for example
pawn Код:
while(Checkpoint[id]) { //code }