Guest User

Untitled

a guest
Apr 7th, 2014
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. new n;
  2. new hunger1;
  3. GetPlayerName(playerid,n,MAX_PLAYER_NAME);
  4. hunger1 = dini_Get("/Bedürfnisse/%s.txt", "Hunger",n);
  5.  
  6. warning 202: number of arguments does not match definition
  7. error 006: must be assigned to an array
  8. warning 204: symbol is assigned a value that is never used: "hunger1"
Advertisement
Add Comment
Please, Sign In to add comment