Thread: Chat System
View Single Post
  #13  
Old 12-24-2011, 05:38 PM
callimuc callimuc is offline
callimuc's Avatar
Join Date: Nov 2010
Location: Germany
Posts: 1,015
callimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to behold
Quote:
Originally Posted by Gunderak View Post
Whats the difference between if and elseif o.o
They do the exact same thing..
PHP Code:
if (YouAreHere) {
  
thanStartFunction();
}
else if (
YouAreNotHere) {
  
thanDontStartFunction();


Like talking english.
__________________
MEEP!
Reply With Quote