15.03.2009, 09:53
Which of these look better:
CreateObject(3985,3099.054,-2110.731,8.128,0.0,0.0,0.0);
CreateObject(3249,3102.196,-2090.656,9.089,0.0,0.0,0.0);
CreateObject(2714,3102.212,-2099.901,12.553,0.0,0.0,0.0);
It's sooo much clearer using the brackets.
CreateObject(3985,3099.054,-2110.731,8.128,0.0,0.0,0.0);
CreateObject(3249,3102.196,-2090.656,9.089,0.0,0.0,0.0);
CreateObject(2714,3102.212,-2099.901,12.553,0.0,0.0,0.0);
pawn Code:
CreateObject(3985,3099.054,-2110.731,8.128,0.0,0.0,0.0);
CreateObject(3249,3102.196,-2090.656,9.089,0.0,0.0,0.0);
CreateObject(2714,3102.212,-2099.901,12.553,0.0,0.0,0.0);