Help on gamemode making server restart
#1

BUG FIXED.

But please answer any questions i have in this post...
Reply
#2

the Blank Script is normal , you need to change it on the filterscript "Blank Script" to "(gamemode name)"
Reply
#3

Here are some screens , Before and After (I am co owner of his server) :
Before :

After :
Reply
#4

Hmm i think i know your problem Try delete this lin from your GM!
SendClientMessage(playerid, COLOR_GREEN, "You have entered a vehicle. ID: %s", vehicleid);
The %s Closing your Connection it's happen to me today
if it's working so I'm happy for yo
Sorry for my Bad English
Reply
#5

Quote:
Originally Posted by Alexy_Dramon
Посмотреть сообщение
Hmm i think i know your problem Try delete this lin from your GM!
SendClientMessage(playerid, COLOR_GREEN, "You have entered a vehicle. ID: %s", vehicleid);
The %s Closing your Connection it's happen to me today
if it's working so I'm happy for yo
Sorry for my Bad English
What %s Cause restart ? You are using %s for integer ?? Use %d Like:
pawn Код:
SendClientMessage(playerid, COLOR_GREEN, "You have entered a vehicle. ID: %d", vehicleid);
Reply
#6

Quote:
Originally Posted by Shabi RoxX
Посмотреть сообщение
What %s Cause restart ? You are using %s for integer ?? Use %d Like:
pawn Код:
SendClientMessage(playerid, COLOR_GREEN, "You have entered a vehicle. ID: %d", vehicleid);
I will try it.

EDIT: I think its working now, But it says when i enter car:
You have entered a vehicle. ID: 544567129
Reply
#7

use %s if Vehid is a string
Reply
#8

Thank you for helping
Reply
#9

Quote:
Originally Posted by Shabi RoxX
Посмотреть сообщение
use %s if Vehid is a string
What do you mean? I put it under OnPlayerEnterVehicle.
Reply
#10

Quote:
Originally Posted by Shabi RoxX
Посмотреть сообщение
use %s if Vehid is a string
He must use %d as the vehicle ID is number.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)