• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Pawn] Not sending an error message
#1
I have this problem when I use the other method, it does work but if I change it the way I wanted, it doesn't. Please help.?

This one does work.
PHP Code:
if(Vehicles[vehicleid][impounded] == 1) return SendClientMSG(playeridCOLOR_RED"{ff6347}Error: Unable to spawn because it is impounded."); 

This one doesn't work. No Idea why.
PHP Code:
if(Vehicles[vehicleid][impounded] == 1) return SendClientMSG(playeridCOLOR_RED"{ff6347}Error: Unable to spawn %s (ID: %d) because it is impounded.",GetVehicleName(Vehicles[vehicleid][vrID]), vehicleid); 
  Reply


Messages In This Thread
Not sending an error message - by Axitz - 2021-04-07, 02:32 PM
RE: Not sending an error message - by Radical - 2021-04-07, 04:26 PM
RE: Not sending an error message - by Axitz - 2021-04-07, 05:05 PM
RE: Not sending an error message - by destiezk - 2021-04-07, 10:11 PM
RE: Not sending an error message - by Pinch - 2021-04-07, 11:26 PM
RE: Not sending an error message - by Axitz - 2021-04-08, 01:24 PM

Forum Jump: