No_Fear

Help

Jan 27th, 2014
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.57 KB | None | 0 0
  1. CMD:help(playerid, params[])
  2. {
  3.         ShowPlayerDialog(playerid, help, DIALOG_STYLE_LIST, "Help", "/job\n/earn", "Open", "Close");
  4.  return 1;
  5. {
  6.  
  7. C:\Users\Kyle\Desktop\NFG Freeroam 0.3x\gamemodes\NFG.pwn(242) : error 017: undefined symbol "help"
  8. C:\Users\Kyle\Desktop\NFG Freeroam 0.3x\gamemodes\NFG.pwn(244) : warning 225: unreachable code
  9. C:\Users\Kyle\Desktop\NFG Freeroam 0.3x\gamemodes\NFG.pwn(245) : error 030: compound statement not closed at the end of file (started at line 245)
  10. Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase
  11.  
  12.  
  13. 2 Errors.
Advertisement
Add Comment
Please, Sign In to add comment