help me with this code
#1

Hmm so i have problem with this code
Code:
 if(!strcmp(cmdtext, "/opengate"))
 {
  MoveObject(Gate1, 3925.7256, 3417.4690, 27.4700, 10.0);
  return 1;
 }
 if(!strcmp(cmdtext, "/closegate"))
 {
  MoveObject(Gate1, 3925.7256, 3417.4690, 27.4700, 10.0);
  return 1;
 }
 return 0;
}
error:

Code:
C:\Users\Bojan\Desktop\samp server\LVDM\gamemodes\lvdm.pwn(222) : warning 225: unreachable code
Reply


Messages In This Thread
help me with this code - by Wonderweiss - 13.10.2012, 16:58
Re: help me with this code - by Wonderweiss - 13.10.2012, 17:13
Re: help me with this code - by Ghost_Boii - 13.10.2012, 17:15
Re: help me with this code - by Wonderweiss - 13.10.2012, 17:18
Re: help me with this code - by Ghost_Boii - 13.10.2012, 17:20
Re: help me with this code - by NewerthRoleplay - 13.10.2012, 17:25
Re: help me with this code - by Ghost_Boii - 13.10.2012, 17:27
Re: help me with this code - by Wonderweiss - 13.10.2012, 17:30
Re: help me with this code - by KevinPRINCE - 13.10.2012, 17:30
Re: help me with this code - by NewerthRoleplay - 13.10.2012, 17:34

Forum Jump:


Users browsing this thread: 10 Guest(s)