The forums will be going offline for an extended maintenance period at 1400hrs GMT on 19th June 2025. The number of hours for this downtime is intentionally not advertised due to the nature of these upgrades.
×
- 0
Check if the player is on a certain map
-
Recently Browsing 0 members
- No registered users viewing this page.
Question
kronobr
brasilis,253,355,5 script testE 811,{ OnPCDieEvent: if (countitem(501) < 1){ set .@deadplayer,getcharid(0); message strcharinfo(0),"Game Over"; sleep2 600; atcommand "@clearcart "+strcharinfo(0); end; } else delitem 501,1; end; close; }
Hi everyone, everything fine? I need help checking if the player is on the prt_fild08 map right after death, and if he is on that map, the rest of the script doesn't run. Thanks
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.