[HELP] Adding 1000+ Pickups
#1

How add 1000 + pickup to game? i know that limit is 100 but how make it 1000 and show every second user 100 closest?
Reply
#2

According to SA-MP Wiki, limit is 2048 pickups. https://sampwiki.blast.hk/wiki/Limits
Reply
#3

But how add them from file? i know it's dumb question but can someone answer it. My brain not working right now
Reply
#4

From file?

Код:
new File:f = fopen("filename.txt", io_read),
	string[100];

if(f)
{
	while(fread(f, string))
	{
		//here do file parsing. Tip: sscanf.

	}
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)