25.06.2013, 14:30
Hi, i was adding pickups.. Everything ok but then error: tag mistmatch
Seems ok
And the Pickup is ok too!
And this too
So what is wrong or where is problem?
Seems ok
Код:
#include <a_samp> new lv;
Код:
public OnGameModeInit() { lv = CreatePickup(1239,2036.1674,1347.6440,10.8203,22);
Код:
public OnPlayerPickUpPickup(playerid, pickupid) { if(pickupid == lv)ShowPlayerDialog(playerid,1,DIALOG_STYLE_MSGBOX,"Hello and Welcome to UF","Hello newbie! \nThis is SAMP Freeroam Server \n Please read rules /rules \nVisit our website: www.ultrafreeroam.webs.com","OK","OK"); return 1; }