Search Results
Hello Internet, I was trying to make some sort of a function, but i wasnt able to. I hope you guys can help me What it must do: Each 750 ms the function checks the distance from a player to a po...
204
pawn Код: #define OBJ_COUNT 5 // How many objects you're going to create (must be correct.)new oArray[OBJ_COUNT];oArray[0] = CreateObject( ... );oArray[1] = CreateObject( ... );oArray[2] = CreateO...
232