• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Pawn] issue with forEach
#1
Does open.mp not work with foreach? I get the error:
C:\Users\jdawg\OneDrive\Documents\RXDM\gamemodes\rxdm-sql.pwn(4887) : error 017: undefined symbol "Rows@YSII_Ag"

Here's part of my code, the error is on the foreach() line

Code:
mysql_query(rxdm,"SELECT * FROM `props`");
new Rows = cache_num_rows();
new tmp[35];
if(Rows > 0)
{
foreach (new row:Rows)
{
  Reply


Messages In This Thread
issue with forEach - by CJ101 - 2024-01-19, 12:16 AM
RE: issue with forEach - by Threshold - 2024-01-19, 03:58 AM
RE: issue with forEach - by alberta5 - 2024-07-25, 06:17 AM

Forum Jump: