30.12.2010, 08:32
I am sending a string from my gamemode to a public in my.
How to save that string in a variable so i can use it in another public?
like:
I hope you understand me and would be able to help!
How to save that string in a variable so i can use it in another public?
like:
pawn Код:
public cowvshorse(text[])
{
text = variabletosavestringin;
{
//when this public gets called
public fishvscat()
{
printf("%s", variablethatsavedstring);